[llvm] [VPlan] Remove ResumePhi opcode, use regular PHI instead (NFC). (PR #140405)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Wed May 28 08:37:16 PDT 2025


================
@@ -2381,8 +2381,8 @@ void InnerLoopVectorizer::introduceCheckBlockInVPlan(BasicBlock *CheckIRBB) {
   // We just connected a new block to the scalar preheader. Update all
   // ResumePhis by adding an incoming value for it, replicating the last value.
----------------
fhahn wrote:

Updated. I removed the checks, that skipped phis in the latest version, they are not needed after landing https://github.com/llvm/llvm-project/pull/140132

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


More information about the llvm-commits mailing list