- Move PAL metadata definitions to AMDGPUMetadata
- Make naming consistent with HSA metadata
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D38745
AMDGPU/NFC: Minor clean ups in PAL metadata ClosedPublic Authored by kzhuravl on Oct 10 2017, 11:27 AM.
Details Summary
Diff Detail
Event TimelineHerald added subscribers: dstuttard, yaxunl, nhaehnle and 2 others. · View Herald TranscriptOct 10 2017, 11:27 AM kzhuravl added a parent revision: D38744: AMDGPU/NFC: Rename code object metadata as HSA metadata.Oct 10 2017, 11:38 AM This revision is now accepted and ready to land.Oct 10 2017, 7:04 PM Closed by commit rL315523: AMDGPU/NFC: Minor clean ups in PAL metadata (authored by kzhuravl). · Explain WhyOct 11 2017, 3:41 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 118713 llvm/trunk/include/llvm/Support/AMDGPUMetadata.h
llvm/trunk/lib/Support/AMDGPUMetadata.cpp
llvm/trunk/lib/Target/AMDGPU/AMDGPUAsmPrinter.h
llvm/trunk/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
llvm/trunk/lib/Target/AMDGPU/AMDGPUPTNote.h
llvm/trunk/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
llvm/trunk/lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.h
llvm/trunk/lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp
llvm/trunk/test/CodeGen/AMDGPU/amdpal-cs.ll
llvm/trunk/test/CodeGen/AMDGPU/amdpal-es.ll
llvm/trunk/test/CodeGen/AMDGPU/amdpal-gs.ll
llvm/trunk/test/CodeGen/AMDGPU/amdpal-hs.ll
llvm/trunk/test/CodeGen/AMDGPU/amdpal-ls.ll
llvm/trunk/test/CodeGen/AMDGPU/amdpal-ps.ll
llvm/trunk/test/CodeGen/AMDGPU/amdpal-vs.ll
llvm/trunk/test/MC/AMDGPU/pal.s
|