[llvm] [VPlan] Model FOR extract of exit value in VPlan. (PR #93395)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 3 06:29:34 PDT 2024
================
@@ -1219,6 +1230,10 @@ class VPInstruction : public VPRecipeWithIRFlags {
/// value for lane \p Lane.
Value *generatePerLane(VPTransformState &State, const VPIteration &Lane);
+ /// Returns true if this VPInstruction converts a vector value to a scalar,
----------------
ayalz wrote:
```suggestion
/// Returns true if this VPInstruction produces a scalar value from a vector,
```
https://github.com/llvm/llvm-project/pull/93395
More information about the llvm-commits
mailing list