aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/IR
AgeCommit message (Expand)AuthorFilesLines
2024-06-06[MLIR] Fix generic assembly syntax for ArrayAttr containing hex float (#94583)Mehdi Amini1-0/+4
2024-06-03[mlir][arith] Further clean up select op definition (#93358)Jakub Kuderski1-2/+2
2024-05-25[mlir] Do not print empty property (#93379)Beal Wang1-0/+11
2024-05-24[mlir][test] Fix filecheck annotation typos (#92897)klensy1-1/+1
2024-05-07[MLIR][IR] add -mlir-print-unique-ssa-ids to AsmPrinter (#91241)Scott Manley1-0/+30
2024-05-04[MLIR] Extend floating point parsing support (#90442)orbiri2-0/+81
2024-04-12[mlir][ods] Do not print default-valued properties when the value is equal to...Beal Wang1-0/+5
2024-04-09[MLIR] Fix typo bug in AffineExprVisitor for WalkResult return case (#86138)Uday Bondhugula1-0/+5
2024-03-29Add operands to worklist when only used by deleted op (#86990)mlevesquedion2-0/+58
2024-03-13[mlir][ods] Fix generation of optional custom parsers (#84821)Jeff Niu2-0/+10
2024-02-05[mlir][Symbol] Add verification that symbol's parent is a SymbolTable (#80590)Joshua Cao3-23/+21
2024-01-30[mlir][ODS] Add `ConstantEnumCase` (#78992)Markus Böck1-0/+9
2024-01-24[MLIR] Fix tblgen properties printing to filter them out of discardable attrs...arthurqiu1-5/+5
2024-01-23[mlir] Add example of `printAlias` to test dialect (NFC) (#79232)Jeff Niu1-0/+14
2024-01-11[mlir] Add op printing flag to skip regions (#77726)Jakub Kuderski1-0/+18
2024-01-05[MLIR] Support interrupting AffineExpr walks (#74792)Uday Bondhugula1-0/+9
2024-01-04[mlir][RegionBranchOpInterface] explicitly check for existance of block termi...Maksim Levental1-1/+14
2023-12-20[mlir][IR] Change block/region walkers to enumerate `this` block/region (#75020)Matthias Springer1-1/+21
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