File tree 1 file changed +4
-3
lines changed
llvm/test/CodeGen/RISCV/GlobalISel 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
; RUN: llc -mtriple=riscv64-- -debug-pass=Structure %s -o /dev/null 2>&1 \
2
- ; RUN: -O0 -global-isel \
2
+ ; RUN: -verify-machineinstrs=0 - O0 -global-isel \
3
3
; RUN: | FileCheck %s --check-prefix ENABLED --check-prefix NOFALLBACK
4
4
5
5
; RUN: llc -mtriple=riscv64-- -debug-pass=Structure %s -o /dev/null 2>&1 \
6
- ; RUN: -global-isel \
6
+ ; RUN: -verify-machineinstrs=0 - global-isel \
7
7
; RUN: | FileCheck %s --check-prefix ENABLED --check-prefix NOFALLBACK --check-prefix ENABLED-O1
8
8
9
9
; RUN: llc -mtriple=riscv64-- -debug-pass=Structure %s -o /dev/null 2>&1 \
10
- ; RUN: -global-isel -global-isel-abort=2 \
10
+ ; RUN: -verify-machineinstrs=0 - global-isel -global-isel-abort=2 \
11
11
; RUN: | FileCheck %s --check-prefix ENABLED --check-prefix FALLBACK --check-prefix ENABLED-O1
12
12
13
13
; RUN: llc -mtriple=riscv64-- -debug-pass=Structure %s -o /dev/null 2>&1 \
14
+ ; RUN: -verify-machineinstrs=0 \
14
15
; RUN: | FileCheck %s --check-prefix DISABLED
15
16
16
17
; ENABLED: IRTranslator
You can’t perform that action at this time.
0 commit comments