[Mlir-commits] [mlir] [mlir][spirv] Rework type extension queries (PR #160020)
Igor Wodiany
llvmlistbot at llvm.org
Mon Sep 22 03:53:29 PDT 2025
https://github.com/IgWod-IMG commented:
Could we have a default implementation of `::getExtensions()` in `SPIRVType` class. This way we avoid repeating the same implementation in each inherited type, as they can just use the parent default. I think this also would help enforce that `::getExtensions()` is not abused as any custom implementation of `::getExtensions()` would have to be explicit.
https://github.com/llvm/llvm-project/pull/160020
More information about the Mlir-commits
mailing list