[PATCH] D128344: [AMDGPU] Add the uses_dynamic_stack field to the kernel descriptor

Abinav Puthan Purayil via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 29 09:41:40 PDT 2022


abinavpp updated this revision to Diff 441054.
abinavpp added a comment.
Herald added subscribers: rupprecht, MaskRay, emaste.
Herald added a reviewer: alexander-shaposhnikov.
Herald added a reviewer: jhenderson.

- Rebase
- Add the field to the kernel metadata map


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D128344/new/

https://reviews.llvm.org/D128344

Files:
  llvm/docs/AMDGPUUsage.rst
  llvm/include/llvm/Support/AMDHSAKernelDescriptor.h
  llvm/lib/BinaryFormat/AMDGPUMetadataVerifier.cpp
  llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
  llvm/lib/Target/AMDGPU/AMDGPUHSAMetadataStreamer.cpp
  llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
  llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
  llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp
  llvm/test/CodeGen/AMDGPU/indirect-call-known-callees.ll
  llvm/test/CodeGen/AMDGPU/stack-realign-kernel.ll
  llvm/test/MC/AMDGPU/hsa-gfx10-v3.s
  llvm/test/MC/AMDGPU/hsa-gfx11-v3.s
  llvm/test/MC/AMDGPU/hsa-gfx90a-v3.s
  llvm/test/MC/AMDGPU/hsa-gfx940-v3.s
  llvm/test/MC/AMDGPU/hsa-metadata-kernel-args-v3.s
  llvm/test/MC/AMDGPU/hsa-metadata-kernel-attrs-v3.s
  llvm/test/MC/AMDGPU/hsa-metadata-kernel-code-props-v3.s
  llvm/test/MC/AMDGPU/hsa-v3.s
  llvm/test/MC/AMDGPU/hsa-v4.s
  llvm/test/tools/llvm-readobj/ELF/note-amd-valid-v3.s
  llvm/test/tools/llvm-readobj/ELF/note-amdgpu.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128344.441054.patch
Type: text/x-patch
Size: 28464 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220629/57840665/attachment.bin>


More information about the llvm-commits mailing list