================
@@ -1860,8 +1862,12 @@ void MachineInstr::print(raw_ostream &OS,
ModuleSlotTracker &MST,
OS << "nneg ";
if (getFlag(MachineInstr::Disjoint))
OS << "disjoint ";
+ if (getFlag(MachineInstr::NoUSWrap))
----------------
arsenm wrote:
Unfortunately MIR and debug printing are slightly different but they should
eventually unify
https://github.com/llvm/llvm-project/pull/150900
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits