Fix incorrect result type inference for nested tuples & remove hacky const case.
authorJacques Pienaar <jpienaar@google.com>
Sat, 25 May 2019 02:31:09 +0000 (19:31 -0700)
committerMehdi Amini <joker.eph@gmail.com>
Sun, 2 Jun 2019 03:02:33 +0000 (20:02 -0700)
commit09438a412f14ff762bb885ded271022a913461f7
treec5ebacba7695069c5982d83bbb44ebfa844c7cd4
parent9cb3ea8fe4e808b3932ee77db77983de4fe2259b
Fix incorrect result type inference for nested tuples & remove hacky const case.

    Builders can be further refined but wanted to address bug where the result type was used beyond the first depth.

--

PiperOrigin-RevId: 249936004
mlir/tools/mlir-tblgen/RewriterGen.cpp