forked from OSchip/llvm-project
72c24e3e71
- 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 |
||
---|---|---|
.. | ||
check-help-output.mlir | ||
parser-affine-map-negative.mlir | ||
parser-affine-map.mlir | ||
parser-errors.mlir | ||
parser.mlir |