.. |
buffer-deallocation.mlir
|
Revert "[MLIR] Create memref dialect and move several dialect-specific ops from std."
|
2021-02-18 12:49:52 +01:00 |
buffer-hoisting.mlir
|
Revert "[MLIR] Create memref dialect and move several dialect-specific ops from std."
|
2021-02-18 12:49:52 +01:00 |
buffer-loop-hoisting.mlir
|
Revert "[MLIR] Create memref dialect and move several dialect-specific ops from std."
|
2021-02-18 12:49:52 +01:00 |
buffer-results-to-out-params.mlir
|
Revert "[MLIR] Create memref dialect and move several dialect-specific ops from std."
|
2021-02-18 12:49:52 +01:00 |
canonicalize-block-merge.mlir
|
Revert "[MLIR] Create memref dialect and move several dialect-specific ops from std."
|
2021-02-18 12:49:52 +01:00 |
canonicalize-dce.mlir
|
[mlir][math] Split off the math dialect.
|
2021-02-12 10:55:12 +01:00 |
canonicalize.mlir
|
[mlir] Better support for rank-reducing subview / subtensor type inference.
|
2021-02-19 08:30:50 +00:00 |
constant-fold.mlir
|
Revert "[MLIR] Create memref dialect and move several dialect-specific ops from std."
|
2021-02-18 12:49:52 +01:00 |
copy-removal.mlir
|
Revert "[MLIR] Create memref dialect and move several dialect-specific ops from std."
|
2021-02-18 12:49:52 +01:00 |
cse.mlir
|
Revert "[MLIR] Create memref dialect and move several dialect-specific ops from std."
|
2021-02-18 12:49:52 +01:00 |
decompose-call-graph-types.mlir
|
[MLIR] Extend Symbol verification to reject public symbol declarations.
|
2020-11-16 16:05:32 -08:00 |
finalizing-bufferize.mlir
|
[mlir] Small cleanups to func-bufferize/finalizing-bufferize
|
2020-11-30 17:04:14 -08:00 |
inlining-dce.mlir
|
[MLIR] Change FuncOp assembly syntax to print visibility inline instead of in attrib dict.
|
2020-11-09 11:08:08 -08:00 |
inlining.mlir
|
[mlir][Inliner] Refactor the inliner to use nested pass pipelines instead of just canonicalization
|
2020-12-14 18:09:47 -08:00 |
location-snapshot.mlir
|
[mlir][Asm] Add support for using an alias for trailing operation locations
|
2020-11-09 21:54:47 -08:00 |
loop-coalescing.mlir
|
[mlir] Change dialect namespace loop->scf
|
2020-05-13 19:20:21 +02:00 |
loop-fusion-dependence-check.mlir
|
Revert "[MLIR] Create memref dialect and move several dialect-specific ops from std."
|
2021-02-18 12:49:52 +01:00 |
loop-fusion-slice-computation.mlir
|
Revert "[MLIR] Create memref dialect and move several dialect-specific ops from std."
|
2021-02-18 12:49:52 +01:00 |
loop-fusion-transformation.mlir
|
Revert "[MLIR] Create memref dialect and move several dialect-specific ops from std."
|
2021-02-18 12:49:52 +01:00 |
loop-fusion.mlir
|
[MLIR][affine] Certain Call Ops to prevent fusion
|
2021-02-26 15:27:41 +05:30 |
loop-invariant-code-motion.mlir
|
Revert "[MLIR] Create memref dialect and move several dialect-specific ops from std."
|
2021-02-18 12:49:52 +01:00 |
memref-bound-check.mlir
|
Revert "[MLIR] Create memref dialect and move several dialect-specific ops from std."
|
2021-02-18 12:49:52 +01:00 |
memref-dataflow-opt.mlir
|
Revert "[MLIR] Create memref dialect and move several dialect-specific ops from std."
|
2021-02-18 12:49:52 +01:00 |
memref-dependence-check.mlir
|
Revert "[MLIR] Create memref dialect and move several dialect-specific ops from std."
|
2021-02-18 12:49:52 +01:00 |
normalize-memrefs-ops.mlir
|
Revert "[MLIR] Create memref dialect and move several dialect-specific ops from std."
|
2021-02-18 12:49:52 +01:00 |
normalize-memrefs.mlir
|
make Affine parallel and yield ops MemRefsNormalizable
|
2021-02-23 10:16:47 -08:00 |
parallel-loop-collapsing.mlir
|
[mlir] Preserve lexicographic order after loop collapsing.
|
2021-01-29 21:32:36 +01:00 |
parametric-mapping.mlir
|
[mlir] Change dialect namespace loop->scf
|
2020-05-13 19:20:21 +02:00 |
parametric-tiling.mlir
|
[mlir][OpFormatGen] Format enum attribute cases as keywords when possible
|
2021-01-14 11:35:49 -08:00 |
pipeline-data-transfer.mlir
|
Revert "[MLIR] Create memref dialect and move several dialect-specific ops from std."
|
2021-02-18 12:49:52 +01:00 |
print-op-graph.mlir
|
[mlir] Improve test coverage for print-op-graph
|
2021-02-27 10:18:38 -08:00 |
promote-buffers-to-stack.mlir
|
Revert "[MLIR] Create memref dialect and move several dialect-specific ops from std."
|
2021-02-18 12:49:52 +01:00 |
sccp-callgraph.mlir
|
[mlir][OpFormatGen] Format enum attribute cases as keywords when possible
|
2021-01-14 11:35:49 -08:00 |
sccp-structured.mlir
|
[mlir][OpFormatGen] Format enum attribute cases as keywords when possible
|
2021-01-14 11:35:49 -08:00 |
sccp.mlir
|
[mlir][OpFormatGen] Format enum attribute cases as keywords when possible
|
2021-01-14 11:35:49 -08:00 |
scf-if-utils.mlir
|
[mlir][SCF] Add utility to outline the then and else branches of an scf.IfOp
|
2020-08-07 14:49:49 -04:00 |
scf-loop-unroll.mlir
|
[mlir][scf] Fix a bug in scf::ForOp loop unroll with an epilogue
|
2020-10-10 14:18:25 +05:30 |
scf-loop-utils.mlir
|
[mlir][SCF] Add utility to outline the then and else branches of an scf.IfOp
|
2020-08-07 14:49:49 -04:00 |
single-parallel-loop-collapsing.mlir
|
[mlir] Preserve lexicographic order after loop collapsing.
|
2021-01-29 21:32:36 +01:00 |
strip-debuginfo.mlir
|
[mlir][Asm] Add support for using an alias for trailing operation locations
|
2020-11-09 21:54:47 -08:00 |
test-canonicalize.mlir
|
Make the folder more robust against op fold() methods that generate a type mismatch
|
2021-02-04 01:58:56 +00:00 |
test-convert-call-op.mlir
|
[mlir] replace LLVMIntegerType with built-in integer type
|
2021-01-07 19:48:31 +01:00 |
test-inlining.mlir
|
Add a flag on the context to protect against creation of operations in unregistered dialects
|
2020-03-30 19:37:31 +00:00 |
test-legalize-erased-op-with-uses.mlir
|
[mlir][DialectConversion] Emit an error if an operation marked as erased has live users after conversion
|
2020-07-14 13:06:08 -07:00 |
test-legalize-remapped-value.mlir
|
Add getRemappedValue to ConversionPatternRewriter
|
2019-11-19 11:09:39 -08:00 |
test-legalize-type-conversion.mlir
|
[mlir] Apply source materialization in case of transitive conversion
|
2021-02-04 11:15:11 +01:00 |
test-legalize-unknown-root.mlir
|
[mlir] Allow for patterns to match any root kind.
|
2020-06-18 13:58:47 -07:00 |
test-legalizer-analysis.mlir
|
Add a flag on the context to protect against creation of operations in unregistered dialects
|
2020-03-30 19:37:31 +00:00 |
test-legalizer-full.mlir
|
Fix rollback of first block erasure in a region.
|
2020-11-19 21:24:10 +01:00 |
test-legalizer.mlir
|
[mlir][DialectConversion] Do not prematurely drop unused cast operations
|
2020-11-26 17:39:14 +01:00 |
test-merge-blocks.mlir
|
[mlir] NFC: fix trivial typo under test and tools
|
2020-08-27 15:37:42 +09:00 |
test-operation-folder.mlir
|
[mlir] Add a test for OperationFolder
|
2020-05-07 12:39:24 +02:00 |
test-pattern-selective-replacement.mlir
|
[mlir][PatternRewriter] Add a new hook to selectively replace uses of an operation
|
2021-01-14 11:58:21 -08:00 |
test-symbol-dce.mlir
|
[MLIR] Extend Symbol verification to reject public symbol declarations.
|
2020-11-16 16:05:32 -08:00 |