diff options
author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2016-11-07 19:09:33 +0000 |
---|---|---|
committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2016-11-07 19:09:33 +0000 |
commit | f530e8b3f09dc89d8b0c9952abdbe7667e65bfcd (patch) | |
tree | 0300ad2b0dd40d298c0513e04ad82f6c297fc697 /llvm/test/CodeGen/AMDGPU/cf-loop-on-constant.ll | |
parent | 52f14ec59666c828aa5f1ab0bd09b56b338a81d3 (diff) | |
download | bcm5719-llvm-f530e8b3f09dc89d8b0c9952abdbe7667e65bfcd.tar.gz bcm5719-llvm-f530e8b3f09dc89d8b0c9952abdbe7667e65bfcd.zip |
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
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/cf-loop-on-constant.ll')
-rw-r--r-- | llvm/test/CodeGen/AMDGPU/cf-loop-on-constant.ll | 1 |
1 files changed, 0 insertions, 1 deletions
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 |