[Mlir-commits] [mlir] [mlir][vector] Replace cast_or_null with dyn_cast_or_null (PR #108048)

Diego Caballero llvmlistbot at llvm.org
Tue Sep 10 17:53:09 PDT 2024


dcaballe wrote:

> Are you saying we're missing a verifier here?

Yes, I took a quick look: https://github.com/llvm/llvm-project/pull/108123
We should check that this is not breaking downstreams using `vector.mask`, though. @hanhanW @banach-space, could you help with that? We may have to add MaskableOpInterface to a few operations.

https://github.com/llvm/llvm-project/pull/108048


More information about the Mlir-commits mailing list