[PATCH] D47736: AMDHSA Code Object v3 assembler syntax update

Scott Linder via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 15 09:51:35 PDT 2018


scott.linder updated this revision to Diff 151526.
scott.linder added a comment.

Address feedback

- Update KD field names in asm directive docs
- Remove directives which effect ENABLE_SGPR_GRID_WORKGROUP_COUNT_{X,Y,Z}
- Default .amdhsa_system_sgpr_workgroup_id_x to 1
- Fix bug with using sizeof in context of bit count
- Honor default/requested waves per EU in AsmPrinter
- Fix formatting


https://reviews.llvm.org/D47736

Files:
  docs/AMDGPUUsage.rst
  lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
  lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
  lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp
  lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.h
  lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
  lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
  test/CodeGen/AMDGPU/code-object-v3.ll
  test/MC/AMDGPU/hsa-diag-v3.s
  test/MC/AMDGPU/hsa-sgpr-init-bug-v3.s
  test/MC/AMDGPU/hsa-v3.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47736.151526.patch
Type: text/x-patch
Size: 85323 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180615/66d0a10c/attachment-0001.bin>


More information about the llvm-commits mailing list