[Mlir-commits] [mlir] [mlir][spirv] Fix UpdateVCEPass to deduce the correct set of capabilities (PR #151108)
Davide Grohmann
llvmlistbot at llvm.org
Wed Jul 30 05:16:35 PDT 2025
davidegrohmann wrote:
> What causes the `Matrix` capability to be implied in the tests?
It is implied by `Shader` capability:
` case spirv::Capability::Shader: {static const spirv::Capability implies[1] = {spirv::Capability::Matrix}; return ArrayRef<spirv::Capability>(implies, 1); }
`
https://github.com/llvm/llvm-project/pull/151108
More information about the Mlir-commits
mailing list