[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.
for (VPRecipeBase &R : *cast<VPBasicBlock>(ScalarPH)) {
----------------
fhahn wrote:
Done thanks!
https://github.com/llvm/llvm-project/pull/140405
More information about the llvm-commits
mailing list