llvm-project/mlir/test/IR
Chris Lattner 72c24e3e71 Add basic parser support for operands:
- This introduces a new FunctionParser base class to handle logic common
   between the kinds of functions we have, e.g. ssa operand/def parsing.
 - This introduces a basic symbol table (without support for forward
   references!) and links defs and uses.
 - CFG functions now parse and build operand lists for operations.  The printer
   isn't set up for them yet tho.

PiperOrigin-RevId: 205246110
2019-03-29 12:36:08 -07:00
..
check-help-output.mlir Switch the comment syntax from ; to // comments as discussed on Friday. There 2019-03-29 12:33:54 -07:00
parser-affine-map-negative.mlir Switch the comment syntax from ; to // comments as discussed on Friday. There 2019-03-29 12:33:54 -07:00
parser-affine-map.mlir Adds ModuleState to support printing outlined AffineMaps. 2019-03-29 12:35:00 -07:00
parser-errors.mlir Add basic parser support for operands: 2019-03-29 12:36:08 -07:00
parser.mlir Add basic parser support for operands: 2019-03-29 12:36:08 -07:00