[PATCH] D128344: [AMDGPU] Add the "is_dynamic_callstack" of amd_kernel_code_t to the kernel descriptor

Abinav Puthan Purayil via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 24 03:25:38 PDT 2022


abinavpp updated this revision to Diff 439688.
abinavpp added a comment.

- As per internal discussion, use the 11th bit
- Rename the field to is_dynamic_stack


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/Target/AMDGPU/AMDGPUAsmPrinter.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-v3.s
  llvm/test/MC/AMDGPU/hsa-v4.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128344.439688.patch
Type: text/x-patch
Size: 16006 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220624/3f581408/attachment.bin>


More information about the llvm-commits mailing list