[llvm] 18225d4 - Mark test as requiring asserts.
Douglas Yung via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 1 02:04:09 PDT 2021
Author: Douglas Yung
Date: 2021-06-01T02:01:01-07:00
New Revision: 18225d45769b8c86c8291505de90ea539ae4f445
URL: https://github.com/llvm/llvm-project/commit/18225d45769b8c86c8291505de90ea539ae4f445
DIFF: https://github.com/llvm/llvm-project/commit/18225d45769b8c86c8291505de90ea539ae4f445.diff
LOG: Mark test as requiring asserts.
Added:
Modified:
llvm/test/Transforms/LoopVectorize/RISCV/riscv-interleaved.ll
Removed:
################################################################################
diff --git a/llvm/test/Transforms/LoopVectorize/RISCV/riscv-interleaved.ll b/llvm/test/Transforms/LoopVectorize/RISCV/riscv-interleaved.ll
index ba3ea68265b18..0eaa879fb8ff4 100644
--- a/llvm/test/Transforms/LoopVectorize/RISCV/riscv-interleaved.ll
+++ b/llvm/test/Transforms/LoopVectorize/RISCV/riscv-interleaved.ll
@@ -1,3 +1,4 @@
+; REQUIRES: asserts
; RUN: opt -loop-vectorize -dce -instcombine -mtriple riscv64-linux-gnu \
; RUN: -mattr=+experimental-v -debug-only=loop-vectorize \
; RUN: -riscv-v-vector-bits-min=128 -S < %s 2>&1 | FileCheck %s
More information about the llvm-commits
mailing list