commit | 015100b019542237b3439bcafcff4274acd73d39 | [log] [tgz] |
---|---|---|
author | Chris Lattner <clattner@google.com> | Sun Sep 09 20:40:23 2018 -0700 |
committer | jpienaar <jpienaar@google.com> | Fri Mar 29 13:12:18 2019 -0700 |
tree | 9369d757df24a2a3c14f933ecfb6ffd5b91ee4fc | |
parent | 290a50119be234b4ea52a75a7513577726e30ca9 [diff] |
rework the custom op verifier hooks to use the diagnostic emission infrastructure, instead of returning a const char*. This allows custom formatting and more interesting diagnostics. This patch regresses the error message quality from the control flow lowering pass, I'll address this in a subsequent patch. PiperOrigin-RevId: 212210681