[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / CodeGen / X86 / isel-sink2.ll
blobe7236336bcd3f20428b937dfc40b73c7d24e89c1
1 ; RUN: llc < %s -mtriple=i686-- > %t
2 ; RUN: grep "movb.7(%...)" %t
3 ; RUN: not grep leal %t
5 define i8 @test(i32 *%P) nounwind {
6   %Q = getelementptr i32, i32* %P, i32 1
7   %R = bitcast i32* %Q to i8*
8   %S = load i8, i8* %R
9   %T = icmp eq i8 %S, 0
10   br i1 %T, label %TB, label %F
11 TB:
12   ret i8 4
14   %U = getelementptr i8, i8* %R, i32 3
15   %V = load i8, i8* %U
16   ret i8 %V