[llvm-branch-commits] [llvm] [GISel] Introduce MIFlags::InBounds (PR #150900)

Pierre van Houtryve via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Jul 28 02:44:17 PDT 2025


================
@@ -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:

This is a separate fix

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


More information about the llvm-branch-commits mailing list