[llvm] [VPlan] Replace ExtractLast(Elem|LanePerPart) with ExtractLast(Lane/Part) (PR #164124)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 28 03:37:18 PDT 2025
================
@@ -3486,7 +3478,7 @@ void VPlanTransforms::handleUncountableEarlyExit(VPBasicBlock *EarlyExitingVPBB,
if (ExitIRI->getNumOperands() != 1) {
// The first of two operands corresponds to the latch exit, via MiddleVPBB
// predecessor. Extract its last lane.
----------------
ayalz wrote:
```suggestion
// predecessor. Extract its final lane.
```
https://github.com/llvm/llvm-project/pull/164124
More information about the llvm-commits
mailing list