commit | ca2ee87489c0dee01e502f00aab1ac29a52e9dc1 | [log] [tgz] |
---|---|---|
author | Chris Lattner <clattner@google.com> | Tue Jul 31 18:32:59 2018 -0700 |
committer | jpienaar <jpienaar@google.com> | Fri Mar 29 12:51:25 2019 -0700 |
tree | 46749656196644da0a763114a78add54c4fe443d | |
parent | 8449109965ac1520eaf33d2508cfd640a8632fa3 [diff] |
Fix some issues where we weren't printing affine map references symbolically. Two problems: 1) we didn't visit the types in ops correctly, and 2) the general "T" version of the OpAsmPrinter inserter would match things like MemRefType& and print it directly. PiperOrigin-RevId: 206863642