File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
; RUN: | FileCheck -check-prefix=RV32I %s
4
4
; RUN: llc -mtriple=riscv32 -mattr=+a -verify-machineinstrs < %s \
5
5
; RUN: | FileCheck -check-prefix=RV32IA %s
6
- ; RUN: llc -mtriple=riscv32 -mattr=+a,+experimental- ztso -verify-machineinstrs < %s \
6
+ ; RUN: llc -mtriple=riscv32 -mattr=+a,+ztso -verify-machineinstrs < %s \
7
7
; RUN: | FileCheck -check-prefix=RV32IA %s
8
8
; RUN: llc -mtriple=riscv64 -verify-machineinstrs < %s \
9
9
; RUN: | FileCheck -check-prefix=RV64I %s
10
10
; RUN: llc -mtriple=riscv64 -mattr=+a -verify-machineinstrs < %s \
11
11
; RUN: | FileCheck -check-prefix=RV64IA %s
12
- ; RUN: llc -mtriple=riscv64 -mattr=+a,+experimental- ztso -verify-machineinstrs < %s \
12
+ ; RUN: llc -mtriple=riscv64 -mattr=+a,+ztso -verify-machineinstrs < %s \
13
13
; RUN: | FileCheck -check-prefix=RV64IA %s
14
14
15
15
You can’t perform that action at this time.
0 commit comments