[PATCH] D82641: [AMDGPU] Unify early PS termination blocks
Nicolai Hähnle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 29 05:54:20 PDT 2020
nhaehnle added a comment.
In D82641#2119773 <https://reviews.llvm.org/D82641#2119773>, @nhaehnle wrote:
> Mostly looks good to me, some minor inline comments, but most importantly: please add a test case in skip-if-dead.ll with a function that triggers the early-exit and returns a value (the only test return right now is `@test_kill_control_flow`, but it doesn't trigger this early exit).
I see this may be covered by llvm/test/CodeGen/AMDGPU/transform-block-with-return-to-epilog.ll?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82641/new/
https://reviews.llvm.org/D82641
More information about the llvm-commits
mailing list