diff test/Transforms/IndVarSimplify/no-iv-rewrite.ll @ 83:60c9769439b8 LLVM3.7

LLVM 3.7
author Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp>
date Wed, 18 Feb 2015 14:55:36 +0900
parents 95c75e76d11b
children afa8332a0e37
line wrap: on
line diff
--- a/test/Transforms/IndVarSimplify/no-iv-rewrite.ll	Mon Sep 08 22:07:30 2014 +0900
+++ b/test/Transforms/IndVarSimplify/no-iv-rewrite.ll	Wed Feb 18 14:55:36 2015 +0900
@@ -229,10 +229,11 @@
 ; loop and the OR instruction is replaced by an ADD keeping the result
 ; equivalent.
 ;
+; CHECK: sext
 ; CHECK: loop:
 ; CHECK: phi i64
 ; CHECK-NOT: sext
-; CHECK: icmp slt i32
+; CHECK: icmp slt i64
 ; CHECK: exit:
 ; CHECK: add i64
 loop: