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

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 13 10:01:28 PDT 2021


arsenm requested changes to this revision.
arsenm added inline comments.
This revision now requires changes to proceed.


================
Comment at: llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp:1355
+bool getHasDepthExport(const Function &F) {
+  return getIntegerAttribute(F, "HasDepthExport", 0) != 0;
+}
----------------
Should stick to lowercase - separated naming convention with amdgpu- prefix 


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