We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe843e5 commit 60b9a09Copy full SHA for 60b9a09
llvm/test/CodeGen/RISCV/GlobalISel/float-intrinsics.ll
@@ -10,7 +10,7 @@
10
; RUN: | FileCheck -check-prefix=RV64IF %s
11
; RUN: sed 's/iXLen/i64/g' %s | llc -mtriple=riscv64 -global-isel -mattr=+d \
12
; RUN: -target-abi=lp64d \
13
-; RUN: | FileCheck -check-prefix=RV64IF,RV64IFD %s
+; RUN: | FileCheck -check-prefix=RV64IFD %s
14
; RUN: sed 's/iXLen/i32/g' %s | llc -mtriple=riscv32 -global-isel \
15
; RUN: | FileCheck -check-prefix=RV32I %s
16
; RUN: sed 's/iXLen/i64/g' %s | llc -mtriple=riscv64 -global-isel \
0 commit comments