summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com>2018-09-25 01:24:54 +0000
committerStanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com>2018-09-25 01:24:54 +0000
commit14fefe7f8e5b62f6e3b55cb6573505c4f179b461 (patch)
tree5e6b7f21adf9085df5bc92531a6aefe550b678b5
parent9ce5da7b62fc8500771ca14f30329883b817ec97 (diff)
downloadbcm5719-llvm-14fefe7f8e5b62f6e3b55cb6573505c4f179b461.tar.gz
bcm5719-llvm-14fefe7f8e5b62f6e3b55cb6573505c4f179b461.zip
[AMDGPU] Remove useless check from test. NFC.
The check for assignment of zero is practically useless while the assignment moves around with different scheduling. llvm-svn: 342935
-rw-r--r--llvm/test/CodeGen/AMDGPU/sub.v2i16.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/sub.v2i16.ll b/llvm/test/CodeGen/AMDGPU/sub.v2i16.ll
index cee8d3eb615..442193f7229 100644
--- a/llvm/test/CodeGen/AMDGPU/sub.v2i16.ll
+++ b/llvm/test/CodeGen/AMDGPU/sub.v2i16.ll
@@ -190,7 +190,6 @@ define amdgpu_kernel void @v_test_sub_v2i16_zext_to_v2i32(<2 x i32> addrspace(1)
; FIXME: Need to handle non-uniform case for function below (load without gep).
; GCN-LABEL: {{^}}v_test_sub_v2i16_zext_to_v2i64:
-; GFX9: v_mov_b32_e32 v{{[0-9]+}}, 0{{$}}
; GFX9: global_load_dword [[A:v[0-9]+]]
; GFX9: global_load_dword [[B:v[0-9]+]]
OpenPOWER on IntegriCloud