Forward missing attributes when creating the new transfer op otherwise the builder would use default values.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM.
BTW, it seems we put these vector ops in std to spv patterns.. Should we move them to vector to spv given we have that directory now?
Comment Actions
I think this is more related to legalizing the subview rather than the vector operation.
Comment Actions
The downside is that we would not be able to share code as easily, there is very little code specific to transfer ops. As Mahesh mentioned this pass seems to deal more with subview ops than load/transfer ops