[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 02:15:37 PDT 2024
https://github.com/fhahn commented:
Addressed latest comments, thanks!
Added new `isVectorToScalar` as suggested.
> Operator- would naturally return an ElementCount
An issue with that may be that we would need to create a VPLane from the element count first, to apply it's operator-, which may be almost as verbose as currently, which is a bit more explicit.
https://github.com/llvm/llvm-project/pull/93395
More information about the llvm-commits
mailing list