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
4
4
; Stop after 'finalize-isel' for simpler MIR, and lower the minimum number of
5
5
; jump table entries so 'switch' needs fewer cases to generate a jump table.
6
- ; RUN: llc -stop-after=finalize-isel -min-jump-table-entries=2 %s -o %t.mir
7
- ; RUN: llc --run-pass=static-data-splitter -stats -x mir %t.mir -o - 2>&1 | FileCheck %s --check-prefix=STAT
6
+ ; RUN: llc -mtriple=x86_64-unknown-linux-gnu - stop-after=finalize-isel -min-jump-table-entries=2 %s -o %t.mir
7
+ ; RUN: llc -mtriple=x86_64-unknown-linux-gnu - -run-pass=static-data-splitter -stats -x mir %t.mir -o - 2>&1 | FileCheck %s --check-prefix=STAT
8
8
9
9
; Tests stat messages are expected.
10
10
; COM: Update test to verify section suffixes when target-lowering and assembler changes are implemented.
You can’t perform that action at this time.
0 commit comments