[llvm] [LV][EVL] Support in-loop reduction using tail folding with EVL. (PR #90184)
Mel Chen via llvm-commits
llvm-commits at lists.llvm.org
Fri May 17 02:53:58 PDT 2024
================
@@ -0,0 +1,1495 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt -passes=loop-vectorize \
----------------
Mel-Chen wrote:
3b527754bfb3a3e27cd729d15f511608e2f7f367
Separated outloop and inloop reduction into two files.
https://github.com/llvm/llvm-project/pull/90184
More information about the llvm-commits
mailing list