llvm/mlir/docs/Tutorials
River Riddle 501fda0167 [mlir][Inliner] Add a new hook for checking if it is legal to inline a callable into a call
In certain situations it isn't legal to inline a call operation, but this isn't something that is possible(at least not easily) to prevent with the current hooks. This revision adds a new hook so that dialects with call operations that shouldn't be inlined can prevent it.

Differential Revision: https://reviews.llvm.org/D90359
2020-10-28 21:49:28 -07:00
..
Toy [mlir][Inliner] Add a new hook for checking if it is legal to inline a callable into a call 2020-10-28 21:49:28 -07:00
_index.md [mlir] Add tutorial index.md pages 2020-09-21 15:50:48 -07:00
CreatingADialect.md Remove Ops suffix from dialect library names 2020-09-30 18:00:44 -07:00
DefiningAttributesAndTypes.md
QuickstartRewrites.md [mlir][Linalg] Add named Linalg ops on tensor to buffer support. 2020-10-12 11:20:23 +00:00
UnderstandingTheIRStructure.md