[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 02:31:01 PDT 2021
foad accepted this revision.
foad added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp:1353
+unsigned getPSZFormat(const Function &F) {
+ return getIntegerAttribute(F, "PSZFormat", Exp::SPI_SHADER_ZERO);
+}
----------------
Do these newly invented attributes need to be documented somewhere?
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