summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/Vector/Transforms/VectorTransferOpTransforms.cpp
AgeCommit message (Expand)Author
2022-10-12Introduce a ConditionallySpeculatable op interfaceSanjoy Das
2022-09-29[mlir][arith] Change dialect name from Arithmetic to ArithJakub Kuderski
2022-09-26[mlir][vector] Handle subview correctly in sotre to load opt on memrefThomas Raoux
2022-09-09[mlir][vector] Fix bug in transfer op flatteningThomas Raoux
2022-09-09[mlir][vector] NFC - Clean up vector patterns and propagate benefit through p...Nicolas Vasilache
2022-07-25Generalize the vector transfer flattening patterns (dyn shapes).Benoit Jacob
2022-07-05[mlir][memref] Improve type inference for rank-reducing subviewsMatthias Springer
2022-04-23[mlir][NFC] Shift a bunch of dialect includes from the .h to the .cppRiver Riddle
2022-03-28[mlir] Flip Vector dialect accessors used to prefixed form.Jacques Pienaar
2022-03-08[mlir][Vector] Drop use of FuncOp in transferOpflowOptRiver Riddle
2022-02-08Add case to handle 0-D vectors in FlattenContiguousRowMajorTransferWritePatte...harsh
2022-02-02[mlir] Split std.splat into tensor.splat and vector.splatRiver Riddle
2022-01-31[mlir][vector][NFC] Split into IR, Transforms and UtilsMatthias Springer