[llvm] [MCA] New option -scheduling-info (PR #130574)

Andrea Di Biagio via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 12 07:46:45 PDT 2025


================
@@ -757,7 +764,7 @@ int main(int argc, char **argv) {
     if (PrintInstructionInfoView)
       Printer.addView(std::make_unique<mca::InstructionInfoView>(
           *STI, *MCII, CE, ShowEncoding, Insts, *IP, LoweredSequence,
-          ShowBarriers, *IM, InstToInstruments));
+          ShowBarriers, ShowSchedulingInfo, *IM, InstToInstruments));
----------------
adibiagio wrote:

You should only print extra info if we are emitting instruction tables.

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


More information about the llvm-commits mailing list