aboutsummaryrefslogtreecommitdiff
path: root/mlir/unittests
AgeCommit message (Expand)AuthorFilesLines
2021-12-22[mlir] Add unit test for disabling canonicalizer patterns (NFC)Mogball2-0/+85
2021-12-22Fix more clang-tidy cleanups in mlir/ (NFC)Mehdi Amini1-1/+3
2021-12-22[mlir] Add missing unit tests to BUILD.bazelMogball1-1/+1
2021-12-21[mlir][Support] Avoid multiplication in floorDiv / ceilDivStephan Herhut1-0/+4
2021-12-20Fix clang-tidy issues in mlir/ (NFC)Mehdi Amini3-44/+44
2021-12-20[MLIR] rewrite AffineStructures and Presburger tests to use the parserChristian Ulmann2-571/+372
2021-12-20Revert "[MLIR] rewrite AffineStructures and Presburger tests to use the parser"Mehdi Amini2-372/+571
2021-12-19[MLIR] rewrite AffineStructures and Presburger tests to use the parserChristian Ulmann2-571/+372
2021-12-15[mlir][scf] Add getNumRegionInvocations to IfOpMogball3-0/+78
2021-12-13[mlir][ods] Fix OpDefinitionsGen infer return types builder with regionsMogball1-0/+7
2021-12-12[MLIR] PresburgerSet subtraction: fix bug where the set `b` was not restored ...Arjun P1-10/+17
2021-12-11[MLIR][FlatAffineConstraints] Add support for extracting divisions with tight...Groverkss1-3/+58
2021-12-10[mlir][spirv] Avoid duplicated Block decoration during serializationLei Zhang1-17/+39
2021-12-10[mlir][spirv] Add serialization control to emit symbol nameLei Zhang1-13/+50
2021-12-11[MLIR] FlatAffineConstraints::isIntegerEmpty: fix bug in computation of dualsArjun P1-0/+16
2021-12-10[mlir][ir] OpRewritePattern should accept generatedNamesMogball2-0/+31
2021-12-10[MLIR] PresburgerSetTest: expectEqual: pass by ref, not valueArjun P1-1/+1
2021-12-09[MLIR] Move Presburger Math from FlatAffineConstraints to Presburger/IntegerP...Groverkss3-70/+104
2021-12-09[MLIR] Introduce coalesce for PresburgerSetMichel Weber3-2/+274
2021-12-08Adjust "end namespace" comment in MLIR to match new agree'd coding styleMehdi Amini12-13/+13
2021-12-07[MLIR] Simplify division extraction unit testing.Prashant Kumar1-67/+25
2021-12-03Using make_unique instead of `new` (NFC)Mehdi Amini1-1/+1
2021-12-03[MLIR][FlatAffineConstraints] Remove duplicate divisions while merging local idsGroverkss1-0/+123
2021-12-03Revert changes that should have been sent as a patchGroverkss1-123/+0
2021-12-03Addressed more commentsGroverkss1-4/+4
2021-12-03Update docsGroverkss1-11/+11
2021-12-03Update tests for mergeLocalIdsGroverkss1-34/+82
2021-12-03Implement division mergingGroverkss1-0/+75
2021-12-01[mlir][ods] AttrOrTypeGen uses ClassMogball1-1/+1
2021-12-01Fixed a memory leak in the PDLToPDLInterp RootOrderingTest.Stanislav Funiak1-6/+12
2021-11-27[mlir] Enable MLIRDialectUtilsTestsChia-hung Duan2-13/+1
2021-11-26[MLIR] Simplex: fix a bug when rolling back a Simplex with no solutionsArjun P1-4/+16
2021-11-26[MLIR] Simplex::pivot: also update the redundant rows when pivotingArjun P1-0/+23
2021-11-26Implementation of the root ordering algorithmStanislav Funiak4-0/+116
2021-11-25[mlir][interfaces] Add insideMutuallyExclusiveRegions helperMatthias Springer2-0/+147
2021-11-23[mlir] FlatAffineConstraint parsing for unit testsChristian Ulmann5-2/+215
2021-11-22[MLIR] PresburgerSetTest: fix comment and add a test caseArjun P1-2/+9
2021-11-18[mlir] Convert NamedAttribute to be a classRiver Riddle3-12/+13
2021-11-16[mlir][NFC] Replace references to Identifier with StringAttrRiver Riddle4-14/+11
2021-11-16[MLIR] FlatAffineConstraints: Allow extraction of explicit representation of ...Groverkss1-1/+1
2021-11-15[mlir] DialectConversion: fix OperationLegalizer::isIllegal result when legal...Butygin1-0/+42
2021-11-15Revert "[mlir] FlatAffineConstraint parsing for unit tests"Mehdi Amini3-152/+1
2021-11-14[mlir] FlatAffineConstraint parsing for unit testsChristian Ulmann3-1/+152
2021-11-09[mlir] Refactor ElementsAttr's value access APIRiver Riddle2-7/+10
2021-11-04[mlir] Handle StringAttr in SparseElementsAttr::getZeroAttr.Chia-hung Duan1-0/+46
2021-11-03[mlir] fix Debug unittestsMogball2-2/+2
2021-10-29[mlir][NFC] Fix leak in unit testVladislav Vinogradov1-0/+2
2021-10-25Add a clear() method on the PassManager (NFC)Mehdi Amini1-0/+5
2021-10-19[mlir][RFC] Refactor layout representation in MemRefTypeVladislav Vinogradov1-4/+4
2021-10-19[mlir] fix bugs with NamedAttrListMogball1-0/+44