Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Matrix] Propagate and use shape information for loads. | Florian Hahn | 2020-01-09 | 1 | -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 Hahn | 2020-01-09 | 1 | -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 |