llvm-project/mlir/docs/Tutorials
River Riddle 1d6a8deb41 [mlir] Remove the need to define `kindof` on attribute and type classes.
This revision refactors the default definition of the attribute and type `classof` methods to use the TypeID of the concrete class instead of invoking the `kindof` method. The TypeID is already used as part of uniquing, and this allows for removing the need for users to define any of the type casting utilities themselves.

Differential Revision: https://reviews.llvm.org/D85356
2020-08-07 13:43:25 -07:00
..
Toy [mlir] Remove the need to define `kindof` on attribute and type classes. 2020-08-07 13:43:25 -07:00
CreatingADialect.md [MLIR] Update documentation of cmake best practices 2020-05-04 20:47:58 -07:00
DefiningAttributesAndTypes.md [mlir] Remove the need to define `kindof` on attribute and type classes. 2020-08-07 13:43:25 -07:00
QuickstartRewrites.md Fix broken docs links (WritingAPass.md was renamed PassManagement.md) 2020-04-19 04:38:56 +00:00