commit | 1734d78f8802fca30da5ed20780ae591b3a2b4e0 | [log] [tgz] |
---|---|---|
author | Chris Lattner <[email protected]> | Fri Jun 29 03:45:33 2018 |
committer | jpienaar <[email protected]> | Fri Mar 29 19:26:53 2019 |
tree | 9b81a515722d1139903935c8eb0edf0871637f68 | |
parent | 3609599af69c9c091b75d0caefadfb5a0479c913 [diff] |
Sketch out parser/IR support for OperationInst, and a new Instruction base class. Introduce an Identifier class to MLIRContext to represent uniqued identifiers, introduce string literal support to the lexer, introducing parser and printer support etc. PiperOrigin-RevId: 202592007