Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adjust License.txt file to use the LLVM license | Mehdi Amini | 2019-12-23 | 1 | -13/+4 |
| | | | | PiperOrigin-RevId: 286906740 | ||||
* | Add VectorOp transform pattern which splits vector TransferReadOps to target ↵ | Andy Davis | 2019-12-10 | 1 | -0/+1 |
| | | | | | | vector unroll size. PiperOrigin-RevId: 284880592 | ||||
* | Uniformize Vector transforms as patterns on the model of Linalg - NFC | Nicolas Vasilache | 2019-12-10 | 1 | -0/+46 |
This reorganizes the vector transformations to be more easily testable as patterns and more easily composable into fused passes in the future. PiperOrigin-RevId: 284817474 |