[PATCH] D57027: [AMDGPU] Factored PAL metadata handling out into its own class
Scott Linder via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 1 13:55:14 PST 2019
scott.linder 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);
----------------
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.
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