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

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 11 04:42:29 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
+
----------------
fhahn wrote:

This needs `; REQUIRES: asserts` so the test only runs when assertions are enabled, which makes sure `-debug` is available (in regular release builds, `-debug` isn't available)

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


More information about the llvm-commits mailing list