llvm-project/mlir/tools/mlir-opt
Chris Lattner 348f31a4fa Add location specifier to MLIR Functions, and:
- Compress the identifier/kind of a Function into a single word.
 - Eliminate otherFailure from verifier now that we always have a location
 - Eliminate the error string from the verifier now that we always have
   locations.
 - Simplify the parser's handling of fn forward references, using the location
   tracked by the function.

PiperOrigin-RevId: 211985101
2019-03-29 13:10:55 -07:00
..
DefaultInitializeMLIRContext.cpp First steps towards TF/XLA control flow lowering: functional if lowering. 2019-03-29 13:05:01 -07:00
mlir-opt.cpp Add location specifier to MLIR Functions, and: 2019-03-29 13:10:55 -07:00