[PATCH] D57028: [AMDGPU] Added MsgPack format PAL metadata
Tim Renouf via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 18 08:55:54 PDT 2019
tpr updated this revision to Diff 191103.
tpr added a comment.
Herald added a subscriber: jdoerfert.
V2: Like the previous commit, no longer supports a method for LLPC to
call to write the PAL metadata into IR metadata. The plan now is
that LLPC will use MsgPackDocument and put the msgpack binary blob
into IR metadata itself.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57028/new/
https://reviews.llvm.org/D57028
Files:
include/llvm/BinaryFormat/ELF.h
include/llvm/Support/AMDGPUMetadata.h
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp
lib/Target/AMDGPU/Utils/AMDGPUPALMetadata.cpp
lib/Target/AMDGPU/Utils/AMDGPUPALMetadata.h
test/CodeGen/AMDGPU/amdpal-msgpack-cs.ll
test/CodeGen/AMDGPU/amdpal-msgpack-es.ll
test/CodeGen/AMDGPU/amdpal-msgpack-gs.ll
test/CodeGen/AMDGPU/amdpal-msgpack-hs.ll
test/CodeGen/AMDGPU/amdpal-msgpack-ls.ll
test/CodeGen/AMDGPU/amdpal-msgpack-ps.ll
test/CodeGen/AMDGPU/amdpal-msgpack-psenable.ll
test/CodeGen/AMDGPU/amdpal-msgpack-vs.ll
test/MC/AMDGPU/pal-msgpack.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57028.191103.patch
Type: text/x-patch
Size: 46326 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190318/70e1d8a0/attachment-0001.bin>
More information about the llvm-commits
mailing list