1 ; RUN: llc < %s -mtriple=i686-- | FileCheck %s
3 ;; This example can't fold the or into an LEA.
4 define i32 @test(float ** %tmp2, i32 %tmp12) nounwind {
7 ; CHECK: orl $1, %{{.*}}
10 %tmp3 = load float*, float** %tmp2
11 %tmp132 = shl i32 %tmp12, 2 ; <i32> [#uses=1]
12 %tmp4 = bitcast float* %tmp3 to i8* ; <i8*> [#uses=1]
13 %ctg2 = getelementptr i8, i8* %tmp4, i32 %tmp132 ; <i8*> [#uses=1]
14 %tmp6 = ptrtoint i8* %ctg2 to i32 ; <i32> [#uses=1]
15 %tmp14 = or i32 %tmp6, 1 ; <i32> [#uses=1]
20 define i32 @test2(i32 %a, i32 %b) nounwind {
23 ; CHECK: leal 3(,%{{.*}},8)