You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[mlir][Vector] Support xfer_read(vector.extract)) folding with dynamic indices
This PR is part of the step to remove `vector.extractelement` and
`vector.insertelement` ops. It adds support for folding
`vector.transfer_read(vector.extract) -> memref.load` with dynamic
indices, which is currently supported by `vector.extractelement`.
0 commit comments