[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:27:59 PDT 2024
================
@@ -0,0 +1,1495 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt -passes=loop-vectorize \
----------------
fhahn wrote:
this only tests in loop reductions, should it be indicated in the test file name?
https://github.com/llvm/llvm-project/pull/90184
More information about the llvm-commits
mailing list