Skip to content

Commit 1946132

Browse files
committed
remove duplicate option
1 parent 74e65af commit 1946132

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/CodeGen/RISCV/GlobalISel/store-fp-zero-to-x0.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2-
; RUN: llc -global-isel -mtriple=riscv32 -global-isel -mattr=+f,+zfh < %s \
2+
; RUN: llc -global-isel -mtriple=riscv32 -mattr=+f,+zfh < %s \
33
; RUN: | FileCheck %s --check-prefix=RV32
4-
; RUN: llc -global-isel -mtriple=riscv64 -global-isel -mattr=+d,+zfh < %s \
4+
; RUN: llc -global-isel -mtriple=riscv64 -mattr=+d,+zfh < %s \
55
; RUN: | FileCheck %s --check-prefix=RV64
66

77
define void @zero_f16(ptr %i) {

0 commit comments

Comments
 (0)