llvm-project/mlir/include
River Riddle 6bc767cd07 [mlir] Add a DialectAsmParser::getChecked method
This function simplifies calling the getChecked methods on Attributes and Types from within the parser, and removes any need to use `getEncodedSourceLocation` for these methods (by using an SMLoc instead). This is much more efficient than using an mlir::Location, as the encoding process to produce an mlir::Location is inefficient and undesirable for parsing (locations used during parsing should not persist afterwards unless otherwise necessary).

Differential Revision: https://reviews.llvm.org/D97900
2021-03-04 11:53:24 -08:00
..
mlir [mlir] Add a DialectAsmParser::getChecked method 2021-03-04 11:53:24 -08:00
mlir-c Add basic JIT Python Bindings 2021-03-03 18:19:40 +00:00