[PATCH] D94747: [AMDGPU] Add llvm.amdgcn.wqm.demote intrinsic
Carl Ritson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 15 17:38:00 PST 2021
critson marked 2 inline comments as done.
critson added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/SIInstructions.td:386
+// Demote: Turn a pixel shader thread into a helper lane.
+def SI_DEMOTE_I1 : SPseudoInstSI <(outs), (ins SCSrc_i1:$src, i1imm:$killvalue)> {
+}
----------------
foad wrote:
> Doesn't really matter but you can end the line with a ; instead of {}.
A legacy of when this had some flags.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94747/new/
https://reviews.llvm.org/D94747
More information about the llvm-commits
mailing list