Skip to content

Commit 035f40e

Browse files
committed
[RISCV] incorrect-extract-subvector-combine.ll - remove quotes around -mattr argument. NFC.
The unnecessary quotes prevents DOS scripts from executing the RUN line.
1 parent 95fbc18 commit 035f40e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/RISCV/rvv/incorrect-extract-subvector-combine.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_llc_test_checks.py UTC_ARGS: --version 5
2-
; RUN: llc -mtriple=riscv64 -mattr='+zve64f,+zvl512b' < %s | FileCheck %s
2+
; RUN: llc -mtriple=riscv64 -mattr=+zve64f,+zvl512b < %s | FileCheck %s
33

44
; Previously, an incorrect (extract_subvector (extract_subvector X, C), 0) DAG combine crashed
55
; this snippet.

0 commit comments

Comments
 (0)