[PATCH] D90809: [amdgpu] Add `llvm.amdgcn.endpgm` support.
Michael Liao via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 5 11:51:44 PST 2020
hliao marked an inline comment as done.
hliao added inline comments.
================
Comment at: llvm/include/llvm/IR/IntrinsicsAMDGPU.td:1581
+def int_amdgcn_endpgm : GCCBuiltin<"__builtin_amdgcn_endpgm">,
+ Intrinsic<[], [], [IntrNoReturn, IntrNoMem, IntrHasSideEffects]
+>;
----------------
rampitec wrote:
> Mayby also IntrCold?
Good point!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90809/new/
https://reviews.llvm.org/D90809
More information about the cfe-commits
mailing list