Mercurial > hg > Members > tobaru > cbc > CbC_llvm
diff test/CodeGen/NVPTX/vector-select.ll @ 95:afa8332a0e37
LLVM 3.8
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 13 Oct 2015 17:48:58 +0900 |
parents | 95c75e76d11b |
children |
line wrap: on
line diff
--- a/test/CodeGen/NVPTX/vector-select.ll Wed Feb 18 14:56:07 2015 +0900 +++ b/test/CodeGen/NVPTX/vector-select.ll Tue Oct 13 17:48:58 2015 +0900 @@ -6,9 +6,9 @@ define void @foo(<2 x i32> addrspace(1)* %def_a, <2 x i32> addrspace(1)* %def_b, <2 x i32> addrspace(1)* %def_c) { entry: - %tmp4 = load <2 x i32> addrspace(1)* %def_a - %tmp6 = load <2 x i32> addrspace(1)* %def_c - %tmp8 = load <2 x i32> addrspace(1)* %def_b + %tmp4 = load <2 x i32>, <2 x i32> addrspace(1)* %def_a + %tmp6 = load <2 x i32>, <2 x i32> addrspace(1)* %def_c + %tmp8 = load <2 x i32>, <2 x i32> addrspace(1)* %def_b %0 = icmp sge <2 x i32> %tmp4, zeroinitializer %cond = select <2 x i1> %0, <2 x i32> %tmp6, <2 x i32> %tmp8 store <2 x i32> %cond, <2 x i32> addrspace(1)* %def_c