[llvm] [LV] Teach LoopVectorizationLegality about struct vector calls (PR #119221)
David Sherwood via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 6 09:50:43 PST 2025
================
@@ -0,0 +1,406 @@
+; RUN: opt < %s -passes=loop-vectorize,dce,instcombine -force-vector-width=2 -force-vector-interleave=1 -S | FileCheck %s
+; RUN: opt < %s -passes=loop-vectorize,dce,instcombine -force-vector-width=2 -force-vector-interleave=1 -pass-remarks-analysis=loop-vectorize -disable-output -S 2>&1 | FileCheck %s --check-prefix=CHECK-REMARKS
----------------
david-arm wrote:
See comments in the other test file, which also apply here.
https://github.com/llvm/llvm-project/pull/119221
More information about the llvm-commits
mailing list