[llvm] [llvm-exegesis] Add HasNoSchedulingInfo flag to MCInstDesc. (PR #143840)
Min-Yih Hsu via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 12 11:02:07 PDT 2025
https://github.com/mshockwave commented:
I also agree that we should probably check if `MCInstrDesc::getSchedClass()` is zero or not instead. Because if I'm not mistaken, you can actually have an instruction that lacks scheduling info without `hasNoSchedulingInfo` being true (as long as `CompleteModel` is false).
Also, could you add a test?
https://github.com/llvm/llvm-project/pull/143840
More information about the llvm-commits
mailing list