X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=test%2FCodeGen%2FR600%2Ftrunc.ll;h=f635ac2e0018eb634994c4cd2d9b4762043b6763;hp=4a278fbcce05dcf65cf3f2a77b4605575a986991;hb=7cda2d06663d90ce9cfa41405b3861deb100512c;hpb=c1c5dcf06913839943d536cf7ed7e2b2b87d0158 diff --git a/test/CodeGen/R600/trunc.ll b/test/CodeGen/R600/trunc.ll index 4a278fbcce0..f635ac2e001 100644 --- a/test/CodeGen/R600/trunc.ll +++ b/test/CodeGen/R600/trunc.ll @@ -31,7 +31,7 @@ define void @trunc_load_shl_i64(i32 addrspace(1)* %out, i64 %a) { ; SI-LABEL: @trunc_shl_i64: ; SI: S_LOAD_DWORDX2 s{{\[}}[[LO_SREG:[0-9]+]]:{{[0-9]+\]}}, s{{\[[0-9]+:[0-9]+\]}}, 0xd -; SI: S_ADD_I32 s[[LO_SREG2:[0-9]+]], s[[LO_SREG]], +; SI: S_ADD_U32 s[[LO_SREG2:[0-9]+]], s[[LO_SREG]], ; SI: S_ADDC_U32 ; SI: S_LSHL_B64 s{{\[}}[[LO_SHL:[0-9]+]]:{{[0-9]+\]}}, s{{\[}}[[LO_SREG2]]:{{[0-9]+\]}}, 2 ; SI: V_MOV_B32_e32 v[[LO_VREG:[0-9]+]], s[[LO_SHL]]