[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:10 PDT 2024


================
@@ -0,0 +1,1495 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt -passes=loop-vectorize \
----------------
fhahn wrote:

Sure, but the checks for regular reductions are still missing? As the ordered case has been split off, it would be consistent to also split off in loop tests to a separate file, to avoid a single file becoming massive

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


More information about the llvm-commits mailing list