[PATCH] D26265: AMDGPU: Remove unnecessary and on conditional branch

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 2 15:43:15 PDT 2016


arsenm created this revision.
arsenm added a subscriber: llvm-commits.
Herald added a reviewer: tstellarAMD.
Herald added subscribers: tony-tye, yaxunl, nhaehnle, wdng, kzhuravl.

The comment explaining why this was necessary is incorrect
in its description of v_cmp's behavior for inactive workitems.


https://reviews.llvm.org/D26265

Files:
  lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
  test/CodeGen/AMDGPU/branch-relaxation.ll
  test/CodeGen/AMDGPU/cf-loop-on-constant.ll
  test/CodeGen/AMDGPU/cgp-bitfield-extract.ll
  test/CodeGen/AMDGPU/i1-copy-implicit-def.ll
  test/CodeGen/AMDGPU/si-annotate-cf-noloop.ll
  test/CodeGen/AMDGPU/skip-if-dead.ll
  test/CodeGen/AMDGPU/smrd-vccz-bug.ll
  test/CodeGen/AMDGPU/uniform-cfg.ll
  test/CodeGen/AMDGPU/wqm.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26265.76800.patch
Type: text/x-patch
Size: 9979 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161102/d3fd2e74/attachment.bin>


More information about the llvm-commits mailing list