summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LowerMatrixIntrinsics/propagate-backward.ll
Commit message (Collapse)AuthorAgeFilesLines
* [Matrix] Propagate and use shape information for loads.Florian Hahn2020-01-091-9/+18
| | | | | | | | | | | This patch extends to shape propagation to also include load instructions and implements shape aware lowering for vector loads. Reviewers: anemet, Gerolf, reames, hfinkel, andrew.w.kaylor Reviewed By: anemet Differential Revision: https://reviews.llvm.org/D70900
* [Matrix] Implement back-propagation of shape information.Florian Hahn2020-01-091-0/+87
This patch extends the shape propagation for matrix operations to also propagate the shape of instructions to their operands. Reviewers: anemet, Gerolf, reames, hfinkel, andrew.w.kaylor Reviewed By: anemet Differential Revision: https://reviews.llvm.org/D70899
OpenPOWER on IntegriCloud