[mlir][vector] don't emit non-rank 1 masked load and store (#67656)
The following patterns - TransferReadToVectorLoadLowering - TransferWriteToVectorStoreLowering attempt to generate invalid vector.maskedload and vector.maskedstore ops for non rank-1 vector types. These ops operate on 1-D vectors. This patch adds a check to prevent this.
Loading
Please sign in to comment