commit | 61a656cf6af84853ff4b29dbbd636357c40f6346 | [log] [tgz] |
---|---|---|
author | James Molloy <jmolloy@google.com> | Sun Jul 22 15:45:24 2018 -0700 |
committer | jpienaar <jpienaar@google.com> | Fri Mar 29 12:38:20 2019 -0700 |
tree | 53498eb51deeaffb8586f950538dc16430325dcf | |
parent | 4074644fd5461a5e35c9d5aabbb831727e0e4baf [diff] |
[mlir] Add basic block arguments This patch adds support for basic block arguments including parsing and printing. In doing so noticed that `ssa-id-and-type` is undefined in the MLIR spec; suggested an implementation in the spec doc. PiperOrigin-RevId: 205593369