[IRBuilder] Add Align argument for CreateMaskedExpandLoad and CreateMaskedCompressSto...
[llvm-project.git] / llvm / test / CodeGen / Generic / 2008-02-20-MatchingMem.ll
blob0a21c39b2058646aca2cee0fe02bd8563ade74d4
1 ; RUN: llc -no-integrated-as < %s
2 ; PR1133
3 define void @test(ptr %X) nounwind  {
4 entry:
5         %tmp1 = getelementptr i32, ptr %X, i32 10               ; <ptr> [#uses=2]
6         tail call void asm sideeffect " $0 $1 ", "=*im,*im,~{memory}"( ptr elementtype( i32) %tmp1, ptr elementtype(i32) %tmp1 ) nounwind 
7         ret void