llvm-project/mlir/docs/Tutorials
River Riddle fa4174792a [mlir][Inliner] Add a `wouldBeCloned` flag to each of the `isLegalToInline` hooks.
Often times the legality of inlining can change depending on if the callable is going to be inlined in-place, or cloned. For example, some operations are not allowed to be duplicated and can only be inlined if the original callable will cease to exist afterwards. The new `wouldBeCloned` flag allows for dialects to hook into this when determining legality.

Differential Revision: https://reviews.llvm.org/D90360
2020-10-28 21:49:28 -07:00
..
Toy [mlir][Inliner] Add a `wouldBeCloned` flag to each of the `isLegalToInline` hooks. 2020-10-28 21:49:28 -07:00
CreatingADialect.md Remove `Ops` suffix from dialect library names 2020-09-30 18:00:44 -07:00
DefiningAttributesAndTypes.md [mlir] Update the documentation for defining types 2020-08-18 18:02:20 -07:00
QuickstartRewrites.md [mlir][Linalg] Add named Linalg ops on tensor to buffer support. 2020-10-12 11:20:23 +00:00
UnderstandingTheIRStructure.md Add a doc/tutorial on traversing the IR 2020-09-08 00:07:03 +00:00
_index.md [mlir] Add tutorial index.md pages 2020-09-21 15:50:48 -07:00