summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Conversion/ControlFlowToCFG/ConvertControlFlowToCFG.cpp
diff options
context:
space:
mode:
authorRiver Riddle <riverriddle@google.com>2019-08-19 15:26:43 -0700
committerA. Unique TensorFlower <gardener@tensorflow.org>2019-08-19 15:27:10 -0700
commit305516fcd386d0d3e186cd78e23cabfcb9ebe1bb (patch)
treebe77f054a9dd739ef6b26a674d604ff14cf374f5 /mlir/lib/Conversion/ControlFlowToCFG/ConvertControlFlowToCFG.cpp
parent36f48063ddb9eb43399d604f11653fc4c63894c9 (diff)
downloadbcm5719-llvm-305516fcd386d0d3e186cd78e23cabfcb9ebe1bb.tar.gz
bcm5719-llvm-305516fcd386d0d3e186cd78e23cabfcb9ebe1bb.zip
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
Diffstat (limited to 'mlir/lib/Conversion/ControlFlowToCFG/ConvertControlFlowToCFG.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud