[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
================
@@ -1405,7 +1403,7 @@ class VPIRInstruction : public VPRecipeBase {
/// Update the recipes first operand to the last lane of the operand using \p
----------------
ayalz wrote:
```suggestion
/// Update the recipe's first operand to the final lane of the operand using \p
```
https://github.com/llvm/llvm-project/pull/164124
More information about the llvm-commits
mailing list