[PATCH] D118118: [SDAG] Preserve unpredictable metadata, teach X86CmovConversion to respect this metadata

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 31 10:23:25 PDT 2023


craig.topper added inline comments.


================
Comment at: llvm/lib/CodeGen/MIRPrinter.cpp:805
+  if (MI.getFlag(MachineInstr::Unpredictable))
+    OS << "unpredictable ";
 
----------------
This needs to be added to MIRParser.cpp, MIRLexer.h and MIRLexer.cpp


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118118/new/

https://reviews.llvm.org/D118118



More information about the llvm-commits mailing list