================
@@ -1860,8 +1862,12 @@ void MachineInstr::print(raw_ostream &OS, 
ModuleSlotTracker &MST,
     OS << "nneg ";
   if (getFlag(MachineInstr::Disjoint))
     OS << "disjoint ";
+  if (getFlag(MachineInstr::NoUSWrap))
----------------
Pierre-vh wrote:

Though I don't see any tests where it was added so that's weird. Maybe it 
doesn't need to be split off if it it has little or no impact.

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

Reply via email to