[llvm] r342935 - [AMDGPU] Remove useless check from test. NFC.

Stanislav Mekhanoshin via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 24 18:24:54 PDT 2018


Author: rampitec
Date: Mon Sep 24 18:24:54 2018
New Revision: 342935

URL: http://llvm.org/viewvc/llvm-project?rev=342935&view=rev
Log:
[AMDGPU] Remove useless check from test. NFC.

The check for assignment of zero is practically useless
while the assignment moves around with different scheduling.

Modified:
    llvm/trunk/test/CodeGen/AMDGPU/sub.v2i16.ll

Modified: llvm/trunk/test/CodeGen/AMDGPU/sub.v2i16.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/AMDGPU/sub.v2i16.ll?rev=342935&r1=342934&r2=342935&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/AMDGPU/sub.v2i16.ll (original)
+++ llvm/trunk/test/CodeGen/AMDGPU/sub.v2i16.ll Mon Sep 24 18:24:54 2018
@@ -190,7 +190,6 @@ define amdgpu_kernel void @v_test_sub_v2
 
 ; 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]+]]
 




More information about the llvm-commits mailing list