[Mlir-commits] [mlir] [mlir][Vector] Infer mask and pass_thru types for maskedload/store (PR #131482)
Jakub Kuderski
llvmlistbot at llvm.org
Wed Mar 19 07:56:10 PDT 2025
kuhar wrote:
> I talked about this with @kuhar who had problems reading SPIRV IR when it was doing some magic with type inference
SPIR-V used to have very questionable type inference around load/store/acces-chain instructions where it would implicitly form the pointer type based on the value type and the storage class: https://github.com/llvm/llvm-project/pull/116545
However, for this PR, I don't think it takes much effort to figure out the mask/pass_thru type -- the only thing that changes is the element type.
https://github.com/llvm/llvm-project/pull/131482
More information about the Mlir-commits
mailing list