File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
; RUN: | FileCheck %s -check-prefix=RV32I-WITH-FP
11
11
; RUN: llc -mtriple=riscv64 -verify-machineinstrs < %s \
12
12
; 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 \
14
14
; 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 \
16
16
; 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 \
18
18
; RUN: | FileCheck %s -check-prefix=RV64I
19
19
; RUN: llc -mtriple=riscv64 -verify-machineinstrs -frame-pointer=all < %s \
20
20
; RUN: | FileCheck %s -check-prefix=RV64I-WITH-FP
You can’t perform that action at this time.
0 commit comments