[PATCH] D31762: AMDGPU: Add new amdgcn.init.exec intrinsics
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 6 16:37:47 PDT 2017
arsenm added inline comments.
================
Comment at: lib/Target/AMDGPU/SIInstructions.td:286
+def SI_INIT_EXEC : SPseudoInstSI <
+ (outs), (ins i64imm:$src), []> {
+ let Defs = [EXEC];
----------------
mareko wrote:
> arsenm wrote:
> > SSrc_b64:$src0
> Why SSrc_b64 and not i64imm? It doesn't support non-immediate operands.
To have the one intrinsic
https://reviews.llvm.org/D31762
More information about the llvm-commits
mailing list