[llvm] [LoopVectorizer] Add support for partial reductions (PR #92418)

Sam Tebbs via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 17 03:01:27 PST 2024


================
@@ -0,0 +1,161 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 4
+; RUN: opt -passes=loop-vectorize -force-vector-interleave=1 -force-target-instruction-cost=1 -S < %s | FileCheck %s --check-prefix=CHECK-NODOTPROD
----------------
SamTebbs33 wrote:

Sorry I'm not exactly sure what you mean. Do you want me to go back to one check line?

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


More information about the llvm-commits mailing list