[PATCH] D57027: [AMDGPU] Factored PAL metadata handling out into its own class
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 1 13:57:49 PST 2019
arsenm added inline comments.
================
Comment at: lib/Target/AMDGPU/Utils/AMDGPUPALMetadata.h:85
+ // Write the accumulated PAL metadata as LLVM IR metadata. This is used by the
+ // frontend to pass the PAL metadata to the backend.
+ void writeToIR(Module *M, bool MsgPackFormat);
----------------
scott.linder wrote:
> How is the front-end structured so that it has access to this header? I thought all of the headers in the AMDGPU target were private.
They are
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57027/new/
https://reviews.llvm.org/D57027
More information about the llvm-commits
mailing list