llvm-project
c03b6e89 - [SPIRV] Mark maybe unused extractSubvector variable (#116117)

Commit
325 days ago
[SPIRV] Mark maybe unused extractSubvector variable (#116117) Change #115178 introduced a variable that is only used in an assert, which could result in an unused variable warning in builds without asserts enabled. This just addes the maybe_unused attribute to silence the warning.
Author
Greg Roth
Parents
Loading