[llvm] [MCA] New option to report scheduling information: -scheduling-info (PR #126703)

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 12 20:03:25 PST 2025


================

----------------
boomanaiden154 wrote:

`llvm-exegesis` can do this with `-opcode-index=-1` (assuming exegesis supports generating benchmarks for those opcodes). It wouldn't be difficult to implement something like that in `llvm-mca`.

https://github.com/llvm/llvm-project/blob/89d636ba91924c945d39f02f261863b709249744/llvm/tools/llvm-exegesis/llvm-exegesis.cpp#L335-L343

https://github.com/llvm/llvm-project/pull/126703


More information about the llvm-commits mailing list