[mlir][Parser] Small optimization to parsing
* Use function_ref instead of std::function in several methods * Use ::get instead of ::getChecked for IntegerType. - It is already fully verified and constructing a mlir::Location can be extremely costly during parsing.
Loading
Please sign in to comment