llvm-project/mlir/lib/Parser
James Molloy f7f70ee691 [mlir] Implement conditional branch
This looks heavyweight but most of the code is in the massive number of operand accessors!

We need to be able to iterate over all operands to the condbr (all live-outs) but also just
the true/just the false operands too.

PiperOrigin-RevId: 205897704
2019-03-29 12:41:55 -07:00
..
Lexer.cpp Switch the comment syntax from ; to // comments as discussed on Friday. There 2019-03-29 12:33:54 -07:00
Lexer.h Remove const reference to errorReporter. 2019-03-29 12:32:32 -07:00
Parser.cpp [mlir] Implement conditional branch 2019-03-29 12:41:55 -07:00
Token.cpp Add support for multiple results to the printer/parser, add support 2019-03-29 12:37:54 -07:00
Token.h Add support for multiple results to the printer/parser, add support 2019-03-29 12:37:54 -07:00
TokenKinds.def [mlir] Implement conditional branch 2019-03-29 12:41:55 -07:00