[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
Fri May 3 06:33:24 PDT 2024


================
@@ -57,6 +58,11 @@ class VectorBuilder {
     return RetType();
   }
 
+  // Helper function for creating VP intrinsic call.
----------------
fhahn wrote:

independent of this change, but if `VectorBuilder` only supports generation of vector-predication intrinsics, then it would be better to call it `VectorPredicationBuilder` to avoid confusion

https://github.com/llvm/llvm-project/pull/90184


More information about the llvm-commits mailing list