[llvm] [LV][EVL] Support in-loop reduction using tail folding with EVL. (PR #90184)

Kolya Panchenko via llvm-commits llvm-commits at lists.llvm.org
Mon May 6 07:30:46 PDT 2024


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

or `VPBuilder`, like there's `IRBuilder`

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


More information about the llvm-commits mailing list