[llvm] [AMDGPU] Analyze REG_SEQUENCE To Remove Redundant CMP Instructions (PR #167364)

Patrick Simmons via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 28 13:47:39 PDT 2026


================
@@ -1313,6 +1313,34 @@ Register SIInstrInfo::insertNE(MachineBasicBlock *MBB,
   return Reg;
 }
 
+MachineInstr *
+SIInstrInfo::pierceThroughRegSequence(const MachineInstr &MI) const {
----------------
linuxrocks123 wrote:

Done

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


More information about the llvm-commits mailing list