aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/IR
AgeCommit message (Expand)AuthorFilesLines
2023-12-08[mlir][mesh] Use tensor shape notation for the shape of a cluster (#73826)Boian Petkantchin2-0/+33
2023-12-01[mlir] notify insertion of parent op first when cloning (#73806)jeanPerier1-4/+19
2023-11-05[mlir][memref] Remove redundant `memref.tensor_store` op (#71010)Matthias Springer1-18/+0
2023-10-23[mlir] Verify TestBuiltinAttributeInterfaces eltype (#69878)Rik Huijzer1-0/+13
2023-10-17[MLIR][Doc] Prepend "Variadic of" in front of variadic operands (#69285)Mehdi Amini2-4/+4
2023-10-13[mlir] Fix distinct attr mismatch error reporting (#68938)Jacques Pienaar1-0/+2
2023-09-27Fix MLIR parser to actually error out when hitting a parse error on TensorTyp...Mehdi Amini1-0/+5
2023-09-01[mlir] Fix duplicate word typos; NFCFangrui Song1-1/+1
2023-08-27[mlir] Fix infinite recursion in alias initializerMarkus Böck1-0/+12
2023-08-25[MLIR][Printing] ASMPrinter prints escape characters in ResourcesMogball1-3/+3
2023-08-23[Printing] Add flag to not print resources.Mogball1-0/+41
2023-08-10[mlir] Fix verifier of `RegionBranchOpInterface`Markus Böck1-0/+10
2023-08-09Finish renaming getOperandSegmentSizeAttr() from `operand_segment_sizes` to `...Mehdi Amini2-25/+25
2023-07-24Update ODS variadic segments "magic" attributes to use native PropertiesMehdi Amini1-8/+8
2023-07-24Revert "Update ODS variadic segments "magic" attributes to use native Propert...Mehdi Amini1-8/+8
2023-07-24Update ODS variadic segments "magic" attributes to use native PropertiesMehdi Amini1-8/+8
2023-07-21[mlir] Add opt-in default property bytecode read and write implementationMarkus Böck1-0/+5
2023-07-17[mlir][ODS] Add support for passing properties to `ref` in `custom`Markus Böck1-0/+9
2023-07-14[mlir] Fix printing of dialect resourcesJeff Niu1-9/+21
2023-07-14[mlir] Improve syntax of `distinct[n]<unit>`Markus Böck1-0/+6
2023-07-13[mlir][ODS] Add support for passing properties to `custom`Markus Böck1-0/+6
2023-07-11[mlir] Add a builtin distinct attributeTobias Gysi5-6/+148
2023-07-10[MLIR][Test] Avoid buffer overflow for `test.verifiers`rikhuijzer1-0/+13
2023-07-06[mlir] Add support for TF32 as a Builtin FloatTypeJeremy Furtek1-0/+4
2023-07-04[mlir][TestDialect] Fix invalid custom op printersRahul Kayaith2-9/+10
2023-06-15[mlir][Interfaces] Symbols are not trivially deadMatthias Springer1-0/+9
2023-06-08[mlir][SliceAnalysis] Add an options object to forward and backward slice.Mahesh Ravishankar1-0/+36
2023-06-01[mlir][arith] Disallow zero ranked tensors for select's conditionManas1-2/+2
2023-05-02Adopt Properties to store operations inherent Attributes in the Func dialectMehdi Amini2-3/+2
2023-05-01Introduce MLIR Op PropertiesMehdi Amini7-13/+29
2023-05-01Revert "Introduce MLIR Op Properties"Mehdi Amini7-29/+13
2023-05-01Introduce MLIR Op PropertiesMehdi Amini7-13/+29
2023-04-11[mlir][matchers] Add m_Op(StringRef) and m_Attr matchersDevajith V S1-0/+11
2023-04-07[mlir][ODS] Verify type constraint in `TypeAttrOf`Markus Böck1-0/+8
2023-03-27[mlir][AsmPrinter] Fallback to using qualified printer if unqualified output ...Markus Böck1-0/+9
2023-03-24[APFloat] Add E4M3B11FNUZDavid Majnemer1-0/+4
2023-03-22[mlir][IR] Add ReverseDominanceIterator for IR walkersMatthias Springer1-0/+30
2023-03-13Fix test dialect to avoid using an unregistered dialectMehdi Amini1-7/+7
2023-03-13[mlir][IR] Add ForwardDominanceIterator for IR walkersMatthias Springer1-0/+82
2023-03-06[mlir][IR][NFC] Move `walk` definitions to header fileMatthias Springer1-0/+40
2023-02-23[mlir] Partially revert removal of old `fold` methodMarkus Böck1-0/+11
2023-02-13[mlir] Add Float8E5M2FNUZ and Float8E4M3FNUZ types to MLIRJake Hall1-0/+8
2023-01-27[mlir] Promote the SubElementInterfaces to a core Attribute/Type constructRiver Riddle1-1/+1
2023-01-18[mlir][tosa] Prefer tosa.transpose composition canonicalization to reshapeRob Suderman1-44/+0
2023-01-13[mlir] GreedyPatternRewriter: Add ancestors to worklistMatthias Springer1-1/+15
2023-01-12[mlir][AttrType] Emit unbalanced character errors using the last punctuation ...River Riddle1-3/+3
2023-01-11[mlir] Add a new fold API using Generic AdaptorsMarkus Böck1-0/+16
2023-01-10[mlir][tosa] Remove redundant "tosa.transpose" operationsAviad Cohen1-0/+44
2022-12-21[mlir] Fix SameOperandsAndResultType to check encoding.Jacques Pienaar1-0/+8
2022-12-10[mlir] FunctionOpInterface: turn required attributes into interface methods (...Jeff Niu1-11/+2