mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
r600: fix documentation of preoptir
The preoptir still prints the intermediate representation before optimization, but now this isn't LLVM IR but NIR. Signed-off-by: Michael Tretter <m.tretter@pengutronix.de> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39071>
This commit is contained in:
parent
64a2081c7f
commit
8c4d824e39
1 changed files with 1 additions and 1 deletions
|
|
@ -682,7 +682,7 @@ static const struct debug_named_value common_debug_options[] = {
|
|||
{ "cs", DBG_CS, "Print compute shaders" },
|
||||
{ "tcs", DBG_TCS, "Print tessellation control shaders" },
|
||||
{ "tes", DBG_TES, "Print tessellation evaluation shaders" },
|
||||
{ "preoptir", DBG_PREOPT_IR, "Print the LLVM IR before initial optimizations" },
|
||||
{ "preoptir", DBG_PREOPT_IR, "Print the NIR before initial optimizations" },
|
||||
{ "checkir", DBG_CHECK_IR, "Enable additional sanity checks on shader IR" },
|
||||
|
||||
{ "testdma", DBG_TEST_DMA, "Invoke SDMA tests and exit." },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue