[PATCH] D90035: [AMDGPU] Emit new pal metadata by default

Sebastian Neubauer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 23 05:56:42 PDT 2020


Flakebi created this revision.
Flakebi added reviewers: arsenm, nhaehnle, tpr.
Herald added subscribers: llvm-commits, kerbowa, hiraditya, t-tye, dstuttard, yaxunl, jvesely, kzhuravl.
Herald added a project: LLVM.
Flakebi requested review of this revision.
Herald added a subscriber: wdng.

If no pal metadata is given, default to the msgpack format instead of
the legacy metadata. This makes tests better readable.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D90035

Files:
  llvm/lib/Target/AMDGPU/Utils/AMDGPUPALMetadata.cpp
  llvm/test/CodeGen/AMDGPU/amdpal-cs.ll
  llvm/test/CodeGen/AMDGPU/amdpal-es.ll
  llvm/test/CodeGen/AMDGPU/amdpal-gs.ll
  llvm/test/CodeGen/AMDGPU/amdpal-hs.ll
  llvm/test/CodeGen/AMDGPU/amdpal-ls.ll
  llvm/test/CodeGen/AMDGPU/amdpal-psenable.ll
  llvm/test/CodeGen/AMDGPU/amdpal-vs.ll
  llvm/test/CodeGen/AMDGPU/amdpal.ll
  llvm/test/CodeGen/AMDGPU/elf-notes.ll
  llvm/test/CodeGen/AMDGPU/wave_dispatch_regs.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90035.300256.patch
Type: text/x-patch
Size: 13134 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201023/1f155cdb/attachment.bin>


More information about the llvm-commits mailing list