commit | 79879c66f6cc1bedd1645753c05e8c1afb3e3129 | [log] [tgz] |
---|---|---|
author | Nicolas Vasilache <ntv@google.com> | Wed Mar 06 06:12:39 2019 -0800 |
committer | jpienaar <jpienaar@google.com> | Fri Mar 29 17:00:09 2019 -0700 |
tree | 7d9d1d33058d97f12b2c2239efa04a513d4a7091 | |
parent | 0789cd952961c2ff0c9d93f9f0c809076765eb64 [diff] |
Add support for Branches in edsc::Builder This CL adds support for BranchHandle and BranchBuilder that require a slightly different abstraction since an mlir::Block is not an mlir::Value. This CL also adds support for the BR and COND_BR instructions and the relevant tests. PiperOrigin-RevId: 237034312