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

Matt Arsenault via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Jul 28 02:57:21 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))
----------------
arsenm wrote:

Unfortunately MIR and debug printing are slightly different but they should eventually unify  

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


More information about the llvm-branch-commits mailing list