forked from OSchip/llvm-project
[RISCV] Fix callee-saved-gprs.ll test ABIs
llvm-svn: 370359
This commit is contained in:
parent
799c96693f
commit
cf3b39391e
|
@ -10,11 +10,11 @@
|
|||
; RUN: | FileCheck %s -check-prefix=RV32I-WITH-FP
|
||||
; RUN: llc -mtriple=riscv64 -verify-machineinstrs < %s \
|
||||
; RUN: | FileCheck %s -check-prefix=RV64I
|
||||
; RUN: llc -mtriple=riscv64 -mattr=+f -target-abi ilp32f -verify-machineinstrs < %s \
|
||||
; RUN: llc -mtriple=riscv64 -mattr=+f -target-abi lp64f -verify-machineinstrs < %s \
|
||||
; RUN: | FileCheck %s -check-prefix=RV64I
|
||||
; RUN: llc -mtriple=riscv64 -mattr=+d -target-abi ilp32f -verify-machineinstrs < %s \
|
||||
; RUN: llc -mtriple=riscv64 -mattr=+d -target-abi lp64f -verify-machineinstrs < %s \
|
||||
; RUN: | FileCheck %s -check-prefix=RV64I
|
||||
; RUN: llc -mtriple=riscv64 -mattr=+d -target-abi ilp32d -verify-machineinstrs < %s \
|
||||
; RUN: llc -mtriple=riscv64 -mattr=+d -target-abi lp64d -verify-machineinstrs < %s \
|
||||
; RUN: | FileCheck %s -check-prefix=RV64I
|
||||
; RUN: llc -mtriple=riscv64 -verify-machineinstrs -frame-pointer=all < %s \
|
||||
; RUN: | FileCheck %s -check-prefix=RV64I-WITH-FP
|
||||
|
|
Loading…
Reference in New Issue