[llvm] [VPlan] Manage noalias/alias_scope metadata in VPlan. (NFC) (PR #136450)
via llvm-commits
llvm-commits at lists.llvm.org
Wed May 7 14:47:40 PDT 2025
================
@@ -2588,7 +2601,6 @@ static void scalarizeInstruction(const Instruction *Instr,
InputLane = VPLane::getFirstLane();
Cloned->setOperand(I.index(), State.get(Operand, InputLane));
}
- State.addNewMetadata(Cloned, Instr);
// Place the cloned scalar in the new loop.
State.Builder.Insert(Cloned);
----------------
ayalz wrote:
Line 2600 below has `State.AC->registerAssumption(II);`, so State still needs AC?
https://github.com/llvm/llvm-project/pull/136450
More information about the llvm-commits
mailing list