commit | badb450a7ec922db67a9ac81b31ff4ce20cf5ced | [log] [tgz] |
---|---|---|
author | Lei Zhang <antiagainst@google.com> | Tue Jan 29 10:03:17 2019 -0800 |
committer | jpienaar <jpienaar@google.com> | Fri Mar 29 16:00:22 2019 -0700 |
tree | 4e12eed51cc3dbc7f5f72de546f975c6421c739a | |
parent | 5c80bc131ab96b0aa04f692ec4d1ed9157165539 [diff] |
TableGen: Use DAG for op results Similar to op operands and attributes, use DAG to specify operation's results. This will allow us to provide names and matchers for outputs. Also Defined `outs` as a marker to indicate the start of op result list. PiperOrigin-RevId: 231422455