[llvm] [LV][EVL] Support in-loop reduction using tail folding with EVL. (PR #90184)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Wed May 15 02:57:09 PDT 2024
================
@@ -57,6 +58,11 @@ class VectorBuilder {
return RetType();
}
+ // Helper function for creating VP intrinsic call.
----------------
fhahn wrote:
I think it's worth being more explicit for the name in the utility in `llvm/IR`, `VectorPredBuilder` would sound good to me.
https://github.com/llvm/llvm-project/pull/90184
More information about the llvm-commits
mailing list