[llvm] [SPIR-V] Re-implement switch and improve validation of forward calls (PR #87823)
Alexey Bader via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 5 13:29:08 PDT 2024
================
@@ -112,7 +114,7 @@ void SPIRVAsmPrinter::emitEndOfAsmFile(Module &M) {
// TODO: calculate Bound more carefully from maximum used register number,
// accounting for generated OpLabels and other related instructions if
// needed.
----------------
bader wrote:
Don't we need to update this comment?
https://github.com/llvm/llvm-project/pull/87823
More information about the llvm-commits
mailing list