[llvm] Move SI Lower Control Flow Up (PR #159557)

Patrick Simmons via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 7 14:35:00 PDT 2025


================
@@ -323,6 +332,8 @@ void SILowerControlFlow::emitElse(MachineInstr &MI) {
   if (LV)
     LV->replaceKillInstruction(SrcReg, MI, *OrSaveExec);
 
+  move_ins_before_phis(*OrSaveExec);
----------------
linuxrocks123 wrote:

Hmm, I'll take a look.

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


More information about the llvm-commits mailing list