[llvm-dev] Get basic-block cycle cost from LLVM (original) (raw)
Rick Veens via llvm-dev llvm-dev at lists.llvm.org
Thu Nov 9 04:41:39 PST 2017
- Previous message: [llvm-dev] [RFC] Making .eh_frame more linker-friendly
- Next message: [llvm-dev] Get basic-block cycle cost from LLVM
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi all,
I'm interested in obtaining the cycles spend by the CPU from LLVM and i was wondering if this was possible to obtain this with the scheduling information from LLVM. (For the cortex-m0 in particular).
I found the following function : getInstrLatency() in the TargetInstrInfo class.
If i sum the latencies of the instructions in a basic block i suppose i will get the total cycle cost for the cortex-m0.
From what i understand is that there are multiple ways of doing scheduling in LLVM. I have read about one way which is using Itenaries and another which is using SchedMachineModel.
Will the above function always give me the latencies, independent on the scheduling method used ?
Sorry if this is a stupid question, i'm a beginner to LLVM.
Best regards,
Rick Veens -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20171109/1bd42dfd/attachment.html>
- Previous message: [llvm-dev] [RFC] Making .eh_frame more linker-friendly
- Next message: [llvm-dev] Get basic-block cycle cost from LLVM
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]