mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
radeonsi: print the shader stage name when printing LLVM IR
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
This commit is contained in:
parent
5d20b9be90
commit
6224144b6d
1 changed files with 2 additions and 1 deletions
|
|
@ -6994,7 +6994,8 @@ int si_compile_tgsi_shader(struct si_screen *sscreen,
|
|||
|
||||
/* Compile to bytecode. */
|
||||
r = si_compile_llvm(sscreen, &shader->binary, &shader->config, compiler,
|
||||
ctx.ac.module, debug, ctx.type, "TGSI shader",
|
||||
ctx.ac.module, debug, ctx.type,
|
||||
si_get_shader_name(shader, ctx.type),
|
||||
si_should_optimize_less(compiler, shader->selector));
|
||||
si_llvm_dispose(&ctx);
|
||||
if (r) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue