| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[mlir] (NFC) Clean up bazel and CMake target names All dialect targets in bazel have been named *Dialect and all dialect targets in CMake have been named MLIR*Dialect. | 3 年前 | |
Use callables directly in any_of, count_if, etc (NFC) | 3 年前 | |
[mlir][tosa] Flip accessors used to prefixed form (NFC) Follow up from dialect flip, just flipping accessors. Both forms still generated. | 3 年前 | |
[mlir][tosa] Flip accessors used to prefixed form (NFC) Follow up from dialect flip, just flipping accessors. Both forms still generated. | 3 年前 | |
[mlir][tosa] Flip accessors used to prefixed form (NFC) Follow up from dialect flip, just flipping accessors. Both forms still generated. | 3 年前 | |
[mlir] Delete ForwardDataFlowAnalysis With SCCP and integer range analysis ported to the new framework, this old framework is redundant. Delete it. Depends on D128866 Reviewed By: rriddle Differential Revision: https://reviews.llvm.org/D128867 | 3 年前 | |
[mlir][tosa] Split canonicalization and folders out of TosaOps. Scope ops file to ops. Used canonicalization as grouping for canonicalization patterns and folders (also considered OpTransforms but that felt too generic and the former two are used together). Reviewed By: silvas, rsuderman Differential Revision: https://reviews.llvm.org/D130297 | 3 年前 | |
[mlir][tosa] Flip accessors used to prefixed form (NFC) Follow up from dialect flip, just flipping accessors. Both forms still generated. | 3 年前 | |
[mlir][tosa] Moves constant folding operations out of the Canonicalizer Transpose operations on constant data were getting folded during the canonicalization process. This has compile time cost proportional to the constant size. Moving this to a separate pass to enable optionality and flexibility of how such scenarios can be handled. Reviewed By: rsuderman, jpienaar, stellaraccident Differential Revision: https://reviews.llvm.org/D124685 | 4 年前 |