[Mlir-commits] [mlir] [mlir][SPIRV] Move getDecorationString to common utilities. (PR #174145)
Nick Kreeger
llvmlistbot at llvm.org
Thu Jan 1 19:03:00 PST 2026
nkreeger wrote:
> Thanks for looking into it @nkreeger. Have you found places in other conversion passes that can use this helper? The alternative is to remove the TODO if it's not actionable anymore.
Good call, I found two more in `ConvertLaunchFuncToLLVMCalls` - updated.
https://github.com/llvm/llvm-project/pull/174145
More information about the Mlir-commits
mailing list