[llvm] [LoopVectorizer] Propagate underlying instruction to the cloned instances of VPPartialReductionRecipes (PR #123638)
Nicholas Guy via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 22 06:18:31 PST 2025
================
@@ -0,0 +1,94 @@
+; REQUIRES: asserts
+; RUN: opt -mattr=+neon,+dotprod -passes=loop-vectorize -debug-only=loop-vectorize -force-vector-interleave=1 -enable-epilogue-vectorization -epilogue-vectorization-force-VF=2 -disable-output %s 2>&1 | FileCheck %s
+
+target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"
----------------
NickGuy-Arm wrote:
Done, I was a bit skeptical at first about merging them, but they went together with no issues.
https://github.com/llvm/llvm-project/pull/123638
More information about the llvm-commits
mailing list