Index: tests_lit/llvm2ice_tests/phi.ll |
diff --git a/tests_lit/llvm2ice_tests/phi.ll b/tests_lit/llvm2ice_tests/phi.ll |
index d0a130a09d876ab5b7a91b8dd2f99690f85b7f0c..1d43213e0e421dffbf046f0d2ff9c91d315ec7d5 100644 |
--- a/tests_lit/llvm2ice_tests/phi.ll |
+++ b/tests_lit/llvm2ice_tests/phi.ll |
@@ -3,11 +3,12 @@ |
; compare/branch fusing. |
; TODO(kschimpf) Find out why lc2i must be used. |
+; REQUIRES: allow_llvm_ir_as_input |
; RUN: %lc2i -i %s --args -O2 --verbose none --no-phi-edge-split \ |
; RUN: | llvm-mc -triple=i686-none-nacl -x86-asm-syntax=intel -filetype=obj \ |
; RUN: | llvm-objdump -d -symbolize -x86-asm-syntax=intel - | FileCheck %s |
; RUN: %lc2i -i %s --args --verbose none | FileCheck --check-prefix=ERRORS %s |
-; RUN: %lc2i -i %s --insts | %szdiff %s | FileCheck --check-prefix=DUMP %s |
+; RUN: %lc2i -i %s --insts | %iflc %szdiff %s | FileCheck --check-prefix=DUMP %s |
jvoung (off chromium)
2014/10/22 19:09:53
don't need this iflc?
Karl
2014/10/27 21:24:22
Done.
|
define internal i32 @testPhi1(i32 %arg) { |
entry: |