[llvm] [VPlan] Explicitly replicate VPInstructions by VF. (PR #155102)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 2 04:57:57 PDT 2025


================
@@ -343,27 +346,8 @@ Value *VPTransformState::get(const VPValue *Def, bool NeedsScalar) {
                    : std::next(BasicBlock::iterator(LastInst));
   Builder.SetInsertPoint(&*NewIP);
 
----------------
fhahn wrote:

removed thanks

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


More information about the llvm-commits mailing list