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

Unified Diff: tests_lit/llvm2ice_tests/branch-opt.ll

Issue 1118353005: Subzero: Use a setcc sequence for better icmp lowering. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Cleanup Created 5 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: tests_lit/llvm2ice_tests/branch-opt.ll
diff --git a/tests_lit/llvm2ice_tests/branch-opt.ll b/tests_lit/llvm2ice_tests/branch-opt.ll
index 580a900e3dbf7832fc80d64e14cf747ff041c893..41e05213568cd2fc82ab18b4dc41f512f0325615 100644
--- a/tests_lit/llvm2ice_tests/branch-opt.ll
+++ b/tests_lit/llvm2ice_tests/branch-opt.ll
@@ -53,7 +53,7 @@ target:
; OM1-LABEL: testCondFallthroughToNextBlock
; OM1: cmp {{.*}},0x7b
-; OM1: jge
+; OM1: setge
; OM1: cmp
; OM1: jne
; OM1: jmp
@@ -88,7 +88,7 @@ target:
; OM1-LABEL: testCondTargetNextBlock
; OM1: cmp {{.*}},0x7b
-; OM1: jge
+; OM1: setge
; OM1: cmp
; OM1: jne
; OM1: jmp
« no previous file with comments | « tests_lit/llvm2ice_tests/8bit.pnacl.ll ('k') | tests_lit/llvm2ice_tests/nacl-atomic-cmpxchg-optimization.ll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698