Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Side by Side Diff: tests_lit/llvm2ice_tests/regalloc_evict_non_overlap.ll

Issue 1387963002: Make sure that all globals are internal, except for "start" functions. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix new tests. Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 ; Bugpoint-reduced example that demonstrated a bug (assertion failure) 1 ; Bugpoint-reduced example that demonstrated a bug (assertion failure)
2 ; in register allocation. See 2 ; in register allocation. See
3 ; https://code.google.com/p/nativeclient/issues/detail?id=3903 . 3 ; https://code.google.com/p/nativeclient/issues/detail?id=3903 .
4 ; 4 ;
5 ; TODO(kschimpf) Find out why lc2i is needed. 5 ; TODO(kschimpf) Find out why lc2i is needed.
6 ; RUN: %lc2i -i %s --args -O2 --verbose regalloc 6 ; RUN: %lc2i -i %s --args -O2 --verbose regalloc
7 7
8 define void @foo() { 8 define internal void @foo() {
9 bb: 9 bb:
10 br i1 undef, label %bb13, label %bb14 10 br i1 undef, label %bb13, label %bb14
11 11
12 bb13: 12 bb13:
13 unreachable 13 unreachable
14 14
15 bb14: 15 bb14:
16 br i1 undef, label %bb50, label %bb16 16 br i1 undef, label %bb50, label %bb16
17 17
18 bb15: ; preds = %bb42, %bb35 18 bb15: ; preds = %bb42, %bb35
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 69
70 bb48: ; preds = %bb47 70 bb48: ; preds = %bb47
71 br i1 undef, label %bb50, label %bb17 71 br i1 undef, label %bb50, label %bb17
72 72
73 bb49: ; preds = %bb46 73 bb49: ; preds = %bb46
74 br i1 undef, label %bb50, label %bb16 74 br i1 undef, label %bb50, label %bb16
75 75
76 bb50: ; preds = %bb49, %bb48, %bb47, %bb15, %bb14 76 bb50: ; preds = %bb49, %bb48, %bb47, %bb15, %bb14
77 unreachable 77 unreachable
78 } 78 }
OLDNEW
« no previous file with comments | « tests_lit/llvm2ice_tests/randomize-regalloc.ll ('k') | tests_lit/llvm2ice_tests/reorder-basic-blocks.ll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698