Skip to content

Commit cf3b393

Browse files
committed
[RISCV] Fix callee-saved-gprs.ll test ABIs
llvm-svn: 370359
1 parent 799c966 commit cf3b393

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/test/CodeGen/RISCV/callee-saved-gprs.ll

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
; RUN: | FileCheck %s -check-prefix=RV32I-WITH-FP
1111
; RUN: llc -mtriple=riscv64 -verify-machineinstrs < %s \
1212
; RUN: | FileCheck %s -check-prefix=RV64I
13-
; RUN: llc -mtriple=riscv64 -mattr=+f -target-abi ilp32f -verify-machineinstrs < %s \
13+
; RUN: llc -mtriple=riscv64 -mattr=+f -target-abi lp64f -verify-machineinstrs < %s \
1414
; RUN: | FileCheck %s -check-prefix=RV64I
15-
; RUN: llc -mtriple=riscv64 -mattr=+d -target-abi ilp32f -verify-machineinstrs < %s \
15+
; RUN: llc -mtriple=riscv64 -mattr=+d -target-abi lp64f -verify-machineinstrs < %s \
1616
; RUN: | FileCheck %s -check-prefix=RV64I
17-
; RUN: llc -mtriple=riscv64 -mattr=+d -target-abi ilp32d -verify-machineinstrs < %s \
17+
; RUN: llc -mtriple=riscv64 -mattr=+d -target-abi lp64d -verify-machineinstrs < %s \
1818
; RUN: | FileCheck %s -check-prefix=RV64I
1919
; RUN: llc -mtriple=riscv64 -verify-machineinstrs -frame-pointer=all < %s \
2020
; RUN: | FileCheck %s -check-prefix=RV64I-WITH-FP

0 commit comments

Comments
 (0)