[llvm] [MachineCSE] Enhance MachineCSE simple PRE to find common subexpressi… (PR #129860)

via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 8 22:40:43 PST 2025


================
@@ -887,6 +887,23 @@ bool MachineCSEImpl::ProcessBlockPRE(MachineDominatorTree *DT,
         NewMI.setDebugLoc(EmptyDL);
 
         NewMI.getOperand(0).setReg(NewReg);
+        for (MachineOperand &MO :
----------------
emelliu wrote:

Do you mean lane 828? I think if visit BB backward, we process the users firstly, It may not be find, right? did I misunderstand your meaning?


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


More information about the llvm-commits mailing list