[llvm] [VPlan] Replace ExtractLast(Elem|LanePerPart) with ExtractLast(Lane/Part) (PR #164124)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 27 21:20:49 PDT 2025
================
@@ -491,12 +496,10 @@ cloneForLane(VPlan &Plan, VPBuilder &Builder, Type *IdxTy,
continue;
}
if (Lane.getKind() == VPLane::Kind::ScalableLast) {
- // Look through mandatory Unpack.
- [[maybe_unused]] bool Matched =
- match(Op, m_VPInstruction<VPInstruction::Unpack>(m_VPValue(Op)));
- assert(Matched && "original op must have been Unpack");
----------------
fhahn wrote:
Unintentional, added back, thanks
https://github.com/llvm/llvm-project/pull/164124
More information about the llvm-commits
mailing list