[PATCH] D82737: [AMDGPU] Insert PS early exit at end of control flow

Carl Ritson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 29 00:29:37 PDT 2020


critson added a comment.

I appreciate there might be some resistance to this way of doing things, i.e. relying on control flow lowering to insert cleanup markers.  As an alternative I can rewrite this to look directly at the exec mask processing during the insert skips pass.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82737





More information about the llvm-commits mailing list