[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:46:50 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:
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
    
    
More information about the llvm-branch-commits
mailing list