[mlir][AsmPrinter] Remove recursion while SSA naming
authorChia-hung Duan <chiahungduan@google.com>
Wed, 12 May 2021 03:21:25 +0000 (11:21 +0800)
committerChia-hung Duan <chiahungduan@google.com>
Wed, 12 May 2021 03:23:01 +0000 (11:23 +0800)
commitf653313d4aec6f92b224ef996a8ac236dbb48baf
treec0343e32ae881bccabc7ed2357c3dc4780672d97
parent7d101e0f6a38b95f512dc5d78bc9b508f4ee6da0
[mlir][AsmPrinter] Remove recursion while SSA naming

Address the TODO of removing recursion while SSA naming.

Reviewed By: mehdi_amini

Differential Revision: https://reviews.llvm.org/D102226
mlir/lib/IR/AsmPrinter.cpp