[PATCH] D89399: [AMDGPU] Set rsrc1 flags for graphics shaders

Sebastian Neubauer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 26 03:21:57 PDT 2020


Flakebi updated this revision to Diff 300617.
Flakebi marked an inline comment as done.
Flakebi added a comment.
Herald added a subscriber: mgorny.

Also set MEM_ORDERED and WGP_MODE for supported PGMRSrc1 registers.

Add helper function to get PGMRSrc1 from SIProgramInfo for all calling conventions.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89399

Files:
  llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
  llvm/lib/Target/AMDGPU/CMakeLists.txt
  llvm/lib/Target/AMDGPU/SIDefines.h
  llvm/lib/Target/AMDGPU/SIProgramInfo.cpp
  llvm/lib/Target/AMDGPU/SIProgramInfo.h
  llvm/test/CodeGen/AMDGPU/amdpal-msgpack-default.ll
  llvm/test/CodeGen/AMDGPU/amdpal-msgpack-denormal.ll
  llvm/test/CodeGen/AMDGPU/amdpal-msgpack-dx10-clamp.ll
  llvm/test/CodeGen/AMDGPU/amdpal-msgpack-ieee.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89399.300617.patch
Type: text/x-patch
Size: 24851 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201026/ac311fd6/attachment.bin>


More information about the llvm-commits mailing list