aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/IR/invalid-module-op.mlir
AgeCommit message (Expand)AuthorFilesLines
2020-07-06[MLIR] Add a NoRegionArguments traitRahul Joshi1-1/+1
2019-12-05Move ModuleManager functionality into mlir::SymbolTable.Tres Popp1-1/+1
2019-10-23Add @below and @above directives to verify-diagnostics.River Riddle1-2/+2
2019-09-13Verify that ModuleOps only contain dialect specific attributes.River Riddle1-0/+7
2019-08-06NFC: Simplify ModuleTerminatorOp by using the HasParent trait.River Riddle1-1/+1
2019-08-06NFC: Simplify ModuleOp by using the SingleBlockImplicitTerminator trait.River Riddle1-2/+2
2019-07-09Relax the restriction that Modules cannot contain operations producing results.River Riddle1-8/+0
2019-07-03Replace the implementation of Function and Module with FuncOp and ModuleOp.River Riddle1-0/+8
2019-06-22Define a ModuleOp that represents a Module as an Operation.River Riddle1-0/+43