aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/IR/invalid.mlir
AgeCommit message (Expand)AuthorFilesLines
2020-08-07[mlir] Centralize handling of memref element types.Sean Silva1-0/+8
2020-07-30[mlir] Allow index as element type of memrefStephan Herhut1-4/+0
2020-07-15[MLIR] Add RegionKindInterfaceStephen Neuendorffer1-4/+20
2020-07-09[MLIR] IR changes to add yield semantics for affine.if and affine.parallelJeremy Bruestle1-1/+1
2020-07-07[mlir][NFC] Remove usernames and google bug numbers from TODO comments.River Riddle1-1/+1
2020-06-29[mlir] do not hardcode the name of the undefined function in the error messageAlex Zinenko1-1/+1
2020-06-10[MLIR] Print function name when ReturnOp verification failsRahul Joshi1-3/+3
2020-06-04[mlir] Refactor BoolAttr to be a special case of IntegerAttrRiver Riddle1-1/+1
2020-05-15[MLIR] Allow unreachable blocks to violate dominance property.Stephen Neuendorffer1-0/+19
2020-05-06Check type for forward reference definitionRenato Golin1-0/+15
2020-05-05[mlir][DenseElementsAttr] Add support for opaque APFloat/APInt complex values.River Riddle1-0/+16
2020-04-27Don't crash on duplicate keys in dictionary attrs.Sean Silva1-0/+7
2020-04-13Fix the MLIR integer attribute parser to be correct in the face of large inte...Chris Lattner1-0/+30
2020-04-09Allow single-bit integer types to have signs. A signed one bit integer is ei...Chris Lattner1-8/+0
2020-03-30Add a flag on the context to protect against creation of operations in unregi...Mehdi Amini1-1/+1
2020-03-26Allow IndexType inside tensors.Sean Silva1-4/+0
2020-03-25[mlir][Parser] Fix attribute parser errors for ui64Frej Drejhammar1-0/+240
2020-03-16[MLIR] fix parse bound error messageUday Bondhugula1-2/+2
2020-03-05[mlir] Remove successor operands from the Operation classRiver Riddle1-1/+1
2020-02-21[mlir][DeclarativeParser] Add support for formatting the successors of an ope...River Riddle1-1/+0
2020-02-21[mlir] Add a signedness semantics bit to IntegerTypeLei Zhang1-0/+24
2020-02-20[mlir][Parser] Update DenseElementsAttr to print in hex when the number of el...River Riddle1-2/+2
2020-01-14[mlir] Use double format when parsing bfloat16 hexadecimal valuesRiver Riddle1-7/+0
2020-01-13[mlir] Change the syntax of AffineMapAttr and IntegerSetAttr to avoid conflic...River Riddle1-26/+26
2019-12-03Verifier: Better error message in case of successor operand mismatch.Sean Silva1-1/+14
2019-11-01Update the SPV dialect type parser to use the methods on DialectAsmParser dir...River Riddle1-5/+0
2019-10-18Add support for function result attributes.Sean Silva1-0/+5
2019-10-03Add syntactic sugar for strided memref parsing.Nicolas Vasilache1-1/+33
2019-10-03Disallow index types in memrefs.Alex Zinenko1-2/+1
2019-09-23Use constant's location for reporting errors in parsing of hex constantJacques Pienaar1-1/+1
2019-09-23Simplify the way spirv::StructTypes are parsed.Mahesh Ravishankar1-1/+1
2019-09-18Fix nested dominance relationship between parent results and child operations.River Riddle1-0/+12
2019-08-28Tweak to the pretty type parser to recognize that `->` is a special token.Eric Schweitz1-0/+3
2019-08-19Allow isolated regions to form isolated SSA name scopes in the printer.River Riddle1-4/+6
2019-08-08Introduce support for variadic function signatures for the LLVM dialectAlex Zinenko1-0/+15
2019-08-07Fix verification of zero-dim memref in affine.load/affine.store/std.load/std....Diego Caballero1-1/+1
2019-07-30Support hexadecimal floats in tensor literalsAlex Zinenko1-1/+67
2019-07-30Add support for hexadecimal float literalsAlex Zinenko1-0/+29
2019-07-25Automated rollback of commit fc194a4f22fe53f46729821d9c4a993fe200facfMehdi Amini1-29/+0
2019-07-25Add support for hexadecimal float literalsAlex Zinenko1-0/+29
2019-07-22SingleBlockImplicitTerminator: report the wrong terminator op foundAlex Zinenko1-1/+1
2019-07-03Replace the implementation of Function and Module with FuncOp and ModuleOp.River Riddle1-23/+1
2019-07-01Extract the automatic function renaming and symbol table out of Module.River Riddle1-2/+2
2019-06-27Return an error when parseType doesnt parse the entire string passedMahesh Ravishankar1-0/+5
2019-06-25Change the attribute dictionary syntax to separate name and value with '='.River Riddle1-21/+21
2019-06-25Modify the syntax of the the ElementsAttrs to print the type as a colon type.River Riddle1-21/+21
2019-06-25Print both type in diagnostic emitted on mismatch between def/use of SSA Valu...Mehdi Amini1-1/+1
2019-06-19Rename -verify mlir-opt flag to -verify-expected-diagnosticsGeoffrey Martin-Noble1-1/+1
2019-06-19Refactor SplatElementsAttr to inherit from DenseElementsAttr as opposed to be...River Riddle1-2/+2
2019-06-19Update the Parser to support parsing/printing DenseElementAttrs with a splat ...River Riddle1-1/+1