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