[PATCH] D70781: AMDGPU: Fix handling of infinite loops in fragment shaders

Connor Abbott via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 9 02:39:41 PST 2019


cwabbott updated this revision to Diff 232786.
cwabbott added a comment.

- Fix wrong indentation and missing "immarg" on intrinsic declaration
- Make sure that we remove the done bit from existing exports, and test it


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70781/new/

https://reviews.llvm.org/D70781

Files:
  llvm/lib/Target/AMDGPU/AMDGPUUnifyDivergentExitNodes.cpp
  llvm/test/CodeGen/AMDGPU/kill-infinite-loop.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70781.232786.patch
Type: text/x-patch
Size: 8546 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191209/9a4ea86d/attachment.bin>


More information about the llvm-commits mailing list