From f530e8b3f09dc89d8b0c9952abdbe7667e65bfcd Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Mon, 7 Nov 2016 19:09:33 +0000 Subject: AMDGPU: Remove unnecessary and on conditional branch The comment explaining why this was necessary is incorrect in its description of v_cmp's behavior for inactive workitems. llvm-svn: 286134 --- llvm/test/CodeGen/AMDGPU/cf-loop-on-constant.ll | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/test/CodeGen/AMDGPU/cf-loop-on-constant.ll') diff --git a/llvm/test/CodeGen/AMDGPU/cf-loop-on-constant.ll b/llvm/test/CodeGen/AMDGPU/cf-loop-on-constant.ll index a68310c6083..b112c49b69e 100644 --- a/llvm/test/CodeGen/AMDGPU/cf-loop-on-constant.ll +++ b/llvm/test/CodeGen/AMDGPU/cf-loop-on-constant.ll @@ -97,7 +97,6 @@ for.body: ; GCN: v_and_b32_e32 v{{[0-9]+}}, 1, v{{[0-9]+}} ; GCN: v_cmp_eq_u32_e32 vcc, 1, -; GCN: s_and_b64 s{{\[[0-9]+:[0-9]+\]}}, exec, vcc ; GCN: [[LOOPBB:BB[0-9]+_[0-9]+]] ; GCN: s_cbranch_vccnz [[LOOPBB]] ; GCN-NEXT: ; BB#2 -- cgit v1.2.3