commit | 78276e34706e01bb7904b1df01df03d156d6b2c7 | [log] [tgz] |
---|---|---|
author | Chris Lattner <clattner@google.com> | Sat Jul 07 15:48:26 2018 -0700 |
committer | jpienaar <jpienaar@google.com> | Fri Mar 29 12:30:22 2019 -0700 |
tree | cecd123635d69f82cc49403cd102e9e6f0c3873d | |
parent | 169160089ecd4690cfea30203438e7e1aff60cd8 [diff] |
Add basic lexing and parsing support for SSA operands and definitions. This isn't actually constructing IR objects yet, it is eating the tokens and discarding them. PiperOrigin-RevId: 203616265