llvm-project/mlir/lib/Parser
River Riddle 305516fcd3 Allow isolated regions to form isolated SSA name scopes in the printer.
This will allow for naming values the same as existing SSA values for regions attached to operations that are isolated from above. This fits in with how the system already allows separate name scopes for sibling regions. This name shadowing can be enabled in the custom parser of operations by setting the 'enableNameShadowing' flag to true when calling 'parseRegion'.

%arg = constant 10 : i32
foo.op {
  %arg = constant 10 : i32
}

PiperOrigin-RevId: 264255999
2019-08-19 15:27:10 -07:00
..
CMakeLists.txt Add build files and update README. 2019-03-30 11:23:22 -07:00
Lexer.cpp Lexer: NFC: sort helper methods alphabetically 2019-08-08 12:18:36 -07:00
Lexer.h Lexer: NFC: sort helper methods alphabetically 2019-08-08 12:18:36 -07:00
Parser.cpp Allow isolated regions to form isolated SSA name scopes in the printer. 2019-08-19 15:27:10 -07:00
Token.cpp Update style/clang-format (NFC). 2019-07-22 11:29:21 -07:00
Token.h Update style/clang-format (NFC). 2019-07-22 11:29:21 -07:00
TokenKinds.def Introduce support for variadic function signatures for the LLVM dialect 2019-08-08 09:42:16 -07:00