xref: /llvm-project/llvm/test/CodeGen/X86/2007-11-04-LiveVariablesBug.ll (revision 2f448bf509432c1a19ec46ab8cbc7353c03c6280)
1; RUN: llc -no-integrated-as < %s -mtriple=x86_64-unknown-linux-gnu
2; PR1767
3
4define void @xor_sse_2(i64 %bytes, ptr %p1, ptr %p2) {
5entry:
6        %p2_addr = alloca ptr          ; <ptr> [#uses=2]
7        %lines = alloca i32             ; <ptr> [#uses=2]
8        store ptr %p2, ptr %p2_addr, align 8
9        %tmp1 = lshr i64 %bytes, 8              ; <i64> [#uses=1]
10        %tmp12 = trunc i64 %tmp1 to i32         ; <i32> [#uses=2]
11        store i32 %tmp12, ptr %lines, align 4
12        %tmp6 = call ptr asm sideeffect "foo",
13"=r,=*r,=*r,r,0,1,2,~{dirflag},~{fpsr},~{flags},~{memory}"(ptr elementtype(ptr) %p2_addr, ptr elementtype(i32) %lines, i64 256, ptr %p1, ptr %p2, i32 %tmp12 )              ; <ptr> [#uses=0]
14        ret void
15}
16