We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9b7303 commit c3ecbe6Copy full SHA for c3ecbe6
llvm/test/CodeGen/X86/jump-table-partition.ll
@@ -1,6 +1,9 @@
1
; -stats requires asserts
2
; requires: asserts
3
4
+; COM: Investigate test failure and re-enable the test.
5
+; UNSUPPORTED: target={{.*}}
6
+
7
; Stop after 'finalize-isel' for simpler MIR, and lower the minimum number of
8
; jump table entries so 'switch' needs fewer cases to generate a jump table.
9
; RUN: llc -mtriple=x86_64-unknown-linux-gnu -stop-after=finalize-isel -min-jump-table-entries=2 %s -o %t.mir
0 commit comments