[PATCH] D93125: Update AMDGPU PAL usage documentation

Colin Hughes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 29 15:30:30 PDT 2021


cohughes added inline comments.


================
Comment at: llvm/docs/AMDGPUUsage.rst:11243-11244
+should be written to the register by the driver. However, when the
+register is a *user data register* (any USER_DATA register e.g.,
+SPI_SHADER_USER_DATA_PS_5), the value is instead an encoding that tells
+the driver to write either a *user data entry* value or one of several
----------------
These are the lines I was referring to a similar generalization.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93125



More information about the llvm-commits mailing list