1 ; RUN: llvm-as < %s | llc -march=x86 | grep {movzbl.7(%...)}
2 ; RUN: llvm-as < %s | llc -march=x86 | not grep leal
4 define i8 @test(i32 *%P) nounwind {
5 %Q = getelementptr i32* %P, i32 1
6 %R = bitcast i32* %Q to i8*
9 br i1 %T, label %TB, label %F
13 %U = getelementptr i8* %R, i32 3