[PATCH] D94748: [AMDGPU] Tidy up conditional branches from early termination
Carl Ritson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 14 22:05:53 PST 2021
critson created this revision.
critson added reviewers: foad, arsenm.
Herald added subscribers: kerbowa, hiraditya, t-tye, tpr, dstuttard, yaxunl, nhaehnle, jvesely, kzhuravl.
critson requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.
Replace conditional branches with unconditional ones where the
value of SCC is known apriori.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D94748
Files:
llvm/lib/Target/AMDGPU/SIInsertSkips.cpp
llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wqm.demote.ll
llvm/test/CodeGen/AMDGPU/skip-if-dead.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94748.316844.patch
Type: text/x-patch
Size: 5430 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210115/5d009d4f/attachment.bin>
More information about the llvm-commits
mailing list