Skip to content

Commit 428d03a

Browse files
committed
remove dup -mattr
1 parent 486ff10 commit 428d03a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Transforms/LoopVectorize/RISCV/interleaved-store-with-gap.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --check-globals none --version 5
2-
; RUN: opt -mtriple=riscv64 -mattr=+v -passes=loop-vectorize -mattr=+v \
2+
; RUN: opt -mtriple=riscv64 -mattr=+v -passes=loop-vectorize \
33
; RUN: -scalable-vectorization=off -enable-masked-interleaved-mem-accesses \
44
; RUN: -force-vector-interleave=1 -riscv-v-vector-bits-min=1024 -S < %s | FileCheck %s
55

0 commit comments

Comments
 (0)