llvm-project/mlir/test/Analysis
Jacques Pienaar 8d541a1fbe [mlir][shape] Add shape.lib attribute
Enable querying shape function library ops from the module. Currently
supports singular or array of them (as long as array has all unique ops
in mappings). The preferred canonical form would have one library, but
given the invariant on the mapping, this can easily be achieved by a
simple merging pass.

Preferred the attribute approach vs naming convention as these could be
added in multiple different ways.
2020-12-31 14:46:08 -08:00
..
test-callgraph.mlir [MLIR] Extend Symbol verification to reject public symbol declarations. 2020-11-16 16:05:32 -08:00
test-dominance.mlir [mlir] Fix post-dominance between blocks of different regions. 2020-11-11 11:20:53 -08:00
test-liveness.mlir Change filecheck default to dump input on failure 2020-06-09 18:57:46 +00:00
test-number-of-block-executions.mlir [mlir] Add NumberOfExecutions analysis + update RegionBranchOpInterface interface to query number of region invocations 2020-11-11 01:43:17 -08:00
test-number-of-operation-executions.mlir [mlir] Add NumberOfExecutions analysis + update RegionBranchOpInterface interface to query number of region invocations 2020-11-11 01:43:17 -08:00
test-shape-fn-report.mlir [mlir][shape] Add shape.lib attribute 2020-12-31 14:46:08 -08:00