[Mlir-commits] [mlir] [mlir][vector] Add verification for incorrect vector.extract (PR #115824)

Diego Caballero llvmlistbot at llvm.org
Sat Nov 16 13:01:22 PST 2024


dcaballe wrote:

Ok, I made quite a few improvements to the error messages, logic and tests. The current logic prevents the 0-D <-> 1-D interaction as it's redundant but can't be folded without introducing a bitcast.

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


More information about the Mlir-commits mailing list