[llvm] [VPlan] Model FOR extract of exit value in VPlan. (PR #93395)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 3 07:58:28 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,
----------------
fhahn wrote:
Adjusted, thanks!
https://github.com/llvm/llvm-project/pull/93395
More information about the llvm-commits
mailing list