Skip to content

Commit 6684db7

Browse files
committed
fixup! remove -verify-machineinstrs
1 parent 673e4be commit 6684db7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

llvm/test/CodeGen/RISCV/GlobalISel/double-fcmp.ll

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2-
; RUN: llc -mtriple=riscv32 -global-isel -mattr=+d -verify-machineinstrs < %s \
2+
; RUN: llc -mtriple=riscv32 -global-isel -mattr=+d < %s \
33
; RUN: -target-abi=ilp32d | FileCheck -check-prefix=CHECKIFD %s
4-
; RUN: llc -mtriple=riscv64 -global-isel -mattr=+d -verify-machineinstrs < %s \
4+
; RUN: llc -mtriple=riscv64 -global-isel -mattr=+d < %s \
55
; RUN: -target-abi=lp64d | FileCheck -check-prefix=CHECKIFD %s
6-
; RUN: llc -mtriple=riscv32 -global-isel -verify-machineinstrs < %s \
6+
; RUN: llc -mtriple=riscv32 -global-isel < %s \
77
; RUN: | FileCheck -check-prefix=RV32I %s
8-
; RUN: llc -mtriple=riscv64 -global-isel -verify-machineinstrs < %s \
8+
; RUN: llc -mtriple=riscv64 -global-isel < %s \
99
; RUN: | FileCheck -check-prefix=RV64I %s
1010

1111
define i32 @fcmp_false(double %a, double %b) nounwind {

0 commit comments

Comments
 (0)