[Mlir-commits] [mlir] [mlir][spirv] Remove unnecessary assertion (PR #200137)
Igor Wodiany
llvmlistbot at llvm.org
Thu May 28 02:15:21 PDT 2026
https://github.com/IgWod approved this pull request.
If you want to keep the assert I think adding `(void)extensionSetName` before the assert would silence the warning, e.g. https://github.com/llvm/llvm-project/blob/0513c9cba2a02fb853b0af385c0b47503e6678ff/mlir/lib/Dialect/SPIRV/IR/ImageOps.cpp#L193 (99207ae). But I'm also happy for it to go.
https://github.com/llvm/llvm-project/pull/200137
More information about the Mlir-commits
mailing list