[PATCH] D72261: AMDGPU: Remove custom node for exports
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 9 10:44:29 PST 2020
arsenm added inline comments.
================
Comment at: llvm/include/llvm/IR/IntrinsicsAMDGPU.td:1148
// Uses that do not set the done bit should set IntrWriteMem on the
// call site.
def int_amdgcn_exp : Intrinsic <[], [
----------------
The comment is confusing since it's in terms of the backwards intrinsic property from the attribute. I don't think this was ever really done?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72261/new/
https://reviews.llvm.org/D72261
More information about the llvm-commits
mailing list