commit | 7121b80749fbe785bd8df4692597ae39f9515975 | [log] [tgz] |
---|---|---|
author | Chris Lattner <clattner@google.com> | Wed Jul 04 20:45:39 2018 -0700 |
committer | jpienaar <jpienaar@google.com> | Fri Mar 29 12:29:16 2019 -0700 |
tree | 37615de8a62acb93d82831e2cae0297556c5759b | |
parent | 36b4ed14f00135b590dae59cf18f6f37fdda29e1 [diff] [blame] |
Add parsing for attributes and attibutes on operations. Add IR representation for attributes on operations. Split Operation out from OperationInst so it can be shared with OperationStmt one day. PiperOrigin-RevId: 203325366
diff --git a/test/IR/parser-errors.mlir b/test/IR/parser-errors.mlir index 684c5a9..897da80 100644 --- a/test/IR/parser-errors.mlir +++ b/test/IR/parser-errors.mlir
@@ -91,3 +91,6 @@ mlfunc @non_statement() { asd ; expected-error {{expected statement}} } + +; ----- +