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

Side by Side Diff: test/NaCl/PNaClLLC/test-runs-verify.ll

Issue 180483005: Fix PNaCl-local files after merging LLVM 3.4 (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@hs-merge-before-fixes
Patch Set: Created 6 years, 9 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 ; RUN: not pnacl-llc -mtriple=i386-unknown-nacl -filetype=asm %s -o - 2>&1 | Fil eCheck %s 1 ; RUN: not --crash pnacl-llc -mtriple=i386-unknown-nacl -filetype=asm %s -o - 2> &1 | FileCheck %s
2 2
3 ; Test that the Verifier pass is running in pnacl-llc. 3 ; Test that the Verifier pass is running in pnacl-llc.
4 4
5 define i32 @f1(i32 %x) { 5 define i32 @f1(i32 %x) {
6 %y = add i32 %z, 1 6 %y = add i32 %z, 1
7 %z = add i32 %x, 1 7 %z = add i32 %x, 1
8 ret i32 %y 8 ret i32 %y
9 ; CHECK: Instruction does not dominate all uses! 9 ; CHECK: Instruction does not dominate all uses!
10 ; CHECK-NEXT: %z = add i32 %x, 1 10 ; CHECK-NEXT: %z = add i32 %x, 1
11 ; CHECK-NEXT: %y = add i32 %z, 1 11 ; CHECK-NEXT: %y = add i32 %z, 1
12 } 12 }
13 13
OLDNEW
« no previous file with comments | « test/CodeGen/ARM/varargs-spill-stack-align-nacl.ll ('k') | tools/pnacl-bccompress/pnacl-bccompress.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698