| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[mlir][Pass] Include anchor op in -pass-pipeline In D134622 the printed form of a pass manager is changed to include the name of the op that the pass manager is anchored on. This updates the -pass-pipeline argument format to include the anchor op as well, so that the printed form of a pipeline can be directly passed to -pass-pipeline. In most cases this requires updating -pass-pipeline='pipeline' to -pass-pipeline='builtin.module(pipeline)'. This also fixes an outdated assert that prevented running a PassManager anchored on 'any'. Reviewed By: rriddle Differential Revision: https://reviews.llvm.org/D134900 | 3 年前 | |
[mlir][Affine] Add nsw to lowering of AffineMulExpr. (#121535) Since index operations have no set bitwidth, it is ill-defined to use signed/unsigned wrapping behavior. The corollary to which is that it is always safe to add nsw/nuw to lowering of affine ops. Also add a folder to fold div(s|u)i (mul (a, v), v) -> a Signed-off-by: MaheshRavishankar <mravisha@amd.com> | 1 年前 | |
[mlir][Affine] Add nsw to lowering of AffineMulExpr. (#121535) Since index operations have no set bitwidth, it is ill-defined to use signed/unsigned wrapping behavior. The corollary to which is that it is always safe to add nsw/nuw to lowering of affine ops. Also add a folder to fold div(s|u)i (mul (a, v), v) -> a Signed-off-by: MaheshRavishankar <mravisha@amd.com> | 1 年前 | |
[mlir][NFC] Update textual references of func to func.func in Conversion/ tests The special case parsing of func operations is being removed. | 4 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 3 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 4 年前 |