commit | eed6c4d2d9da619d0cc2e7b0961af47410a566bd | [log] [tgz] |
---|---|---|
author | Chris Lattner <clattner@google.com> | Tue Aug 07 09:12:35 2018 -0700 |
committer | jpienaar <jpienaar@google.com> | Fri Mar 29 12:56:30 2019 -0700 |
tree | 70fea00d4a2c601db2e302fee01f5c023b7136a2 | |
parent | 134154e9262576f08e7814ff4225f84e04754946 [diff] |
Refactor the asmparser hook to work with a new OperationState type that fully encapsulates an operation that is yet to be created. This is a patch towards custom ops providing create methods that don't need to be templated, allowing them to move out of line in the future. PiperOrigin-RevId: 207725557