Skip to content
Unverified Commit 8c07d5ec authored by Cullen Rhodes's avatar Cullen Rhodes Committed by GitHub
Browse files

[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.
parent ec8df0c7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment