[PATCH] D105683: [AMDGPU] Allow frontends to disable null export for pixel shaders

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 9 03:42:23 PDT 2021


foad added inline comments.


================
Comment at: llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp:1353
+unsigned getPSZFormat(const Function &F) {
+  return getIntegerAttribute(F, "PSZFormat", Exp::SPI_SHADER_ZERO);
+}
----------------
critson wrote:
> foad wrote:
> > Do these newly invented attributes need to be documented somewhere?
> I cannot find anywhere the existing ones like InitialPSInputAddr are documented?
OK then I guess you're off the hook :-/


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105683



More information about the llvm-commits mailing list