[llvm] [VPlan] Add a test for testing unused interleave recipes (PR #75026)

Shih-Po Hung via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 11 18:31:01 PST 2023


================
@@ -0,0 +1,45 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 3
+; RUN: opt -passes=loop-vectorize -S -force-vector-width=4 -enable-interleaved-mem-accesses=true -debug-only=loop-vectorize < %s 2>&1 | FileCheck %s
+
----------------
arcbbb wrote:

Fixed. Thanks for the reminding!

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


More information about the llvm-commits mailing list