diff options
author | Konstantin Zhuravlyov <kzhuravl_dev@outlook.com> | 2016-11-17 16:41:49 +0000 |
---|---|---|
committer | Konstantin Zhuravlyov <kzhuravl_dev@outlook.com> | 2016-11-17 16:41:49 +0000 |
commit | 0a1a7b6b23a415629c2a478bb7abdaf7aa4cc173 (patch) | |
tree | 532a16b5cea9155255d9b0cf0e266aa4e0350a5c /llvm/test/CodeGen/AMDGPU/select-vectors.ll | |
parent | 4c3322cc843c6233e78a123259808eeb37198aa9 (diff) | |
download | bcm5719-llvm-0a1a7b6b23a415629c2a478bb7abdaf7aa4cc173.tar.gz bcm5719-llvm-0a1a7b6b23a415629c2a478bb7abdaf7aa4cc173.zip |
Revert "AMDGPU: Enable ConstrainCopy DAG mutation"
This reverts commit r287146.
This breaks few conformance tests.
llvm-svn: 287233
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/select-vectors.ll')
-rw-r--r-- | llvm/test/CodeGen/AMDGPU/select-vectors.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/select-vectors.ll b/llvm/test/CodeGen/AMDGPU/select-vectors.ll index fa617fd09fc..240235138c8 100644 --- a/llvm/test/CodeGen/AMDGPU/select-vectors.ll +++ b/llvm/test/CodeGen/AMDGPU/select-vectors.ll @@ -93,13 +93,13 @@ define void @select_v8i32(<8 x i32> addrspace(1)* %out, <8 x i32> %a, <8 x i32> ; SI-DAG: s_load_dwordx2 s{{\[}}[[ALO:[0-9]+]]:[[AHI:[0-9]+]]{{\]}}, s{{\[[0-9]+:[0-9]+\]}}, {{0xb|0x2c}} ; SI-DAG: s_load_dwordx2 s{{\[}}[[BLO:[0-9]+]]:[[BHI:[0-9]+]]{{\]}}, s{{\[[0-9]+:[0-9]+\]}}, {{0xd|0x34}} -; SI-DAG: v_mov_b32_e32 v{{[0-9]+}}, s[[ALO]] -; SI-DAG: v_mov_b32_e32 v{{[0-9]+}}, s[[BLO]] +; SI-DAG: v_mov_b32_e32 v{{[0-9]+}}, s[[AHI]] ; SI-DAG: v_mov_b32_e32 v{{[0-9]+}}, s[[BHI]] +; SI-DAG: v_mov_b32_e32 v{{[0-9]+}}, s[[ALO]] ; SI-DAG: v_cmp_eq_u32_e64 vcc, s{{[0-9]+}}, 0{{$}} -; SI-DAG: v_mov_b32_e32 v{{[0-9]+}}, s[[AHI]] ; SI: v_cndmask_b32_e32 +; SI: v_mov_b32_e32 v{{[0-9]+}}, s[[BLO]] ; SI: v_cndmask_b32_e32 ; SI: buffer_store_dwordx2 define void @s_select_v2f32(<2 x float> addrspace(1)* %out, <2 x float> %a, <2 x float> %b, i32 %c) nounwind { |