commit | b9a05e9ef254c020c0c34757cc5d3f5a4a0b1436 | [log] [tgz] |
---|---|---|
author | River Riddle <riverriddle@google.com> | Fri Mar 01 11:29:01 2019 -0800 |
committer | jpienaar <jpienaar@google.com> | Fri Mar 29 16:52:19 2019 -0700 |
tree | 0d140125f3c7930a1ad0453b8593707a0c1c2dba | |
parent | 1a8c8cf957bf416113adc8fa88f207b2a5a7d49b [diff] |
Add support for parsing and printing affine.if and affine.for attributes. The attribute dictionaries are printed after the final block list for both operations: for %i = 0 to 10 { ... } {some_attr: true} if () : () () { ... } {some_attr: true} if () : () () { ... } else { ... } {some_attr: true} PiperOrigin-RevId: 236346983