summaryrefslogtreecommitdiff
path: root/mlir/test/lib/Dialect/Test/TestPatterns.cpp
AgeCommit message (Expand)Author
2020-12-09[mlir] Use mlir::OpState::operator->() to get to methods of mlir::Operation. ...Christian Sigg
2020-11-19Fix rollback of first block erasure in a region.Tres Popp
2020-11-05[mlir] Move TestDialect and its passes to mlir::test namespace.Alexander Belyaev
2020-10-26[mlir][Pattern] Add a new FrozenRewritePatternList classRiver Riddle
2020-10-26[mlir][NFC] Move around the code related to PatternRewriting to improve layeringRiver Riddle
2020-10-26[mlir][Pattern] Refactor the Pattern class into a "metadata only" classRiver Riddle
2020-10-15[mlir] RewriterGen NativeCodeCall matcher with ConstantOp matcherRob Suderman
2020-10-12[mlir][Linalg] Add named Linalg ops on tensor to buffer support.Nicolas Vasilache
2020-09-01[mlir][ODS] Use c++ types for integer attributes of fixed width when possible.River Riddle
2020-08-27[mlir] NFC: fix trivial typo under test and toolsKazuaki Ishizaki
2020-08-19[MLIR] Add PatternRewriter::mergeBlockBefore() to merge a block in the middle...Rahul Joshi
2020-08-19Separate the Registration from Loading dialects in the ContextMehdi Amini
2020-08-19Revert "Separate the Registration from Loading dialects in the Context"Mehdi Amini
2020-08-18Separate the Registration from Loading dialects in the ContextMehdi Amini
2020-08-18Revert "Separate the Registration from Loading dialects in the Context"Mehdi Amini
2020-08-18Separate the Registration from Loading dialects in the ContextMehdi Amini
2020-08-15Revert "Separate the Registration from Loading dialects in the Context"Mehdi Amini
2020-08-15Separate the Registration from Loading dialects in the ContextMehdi Amini
2020-08-15Revert "Separate the Registration from Loading dialects in the Context"Mehdi Amini
2020-08-14Separate the Registration from Loading dialects in the ContextMehdi Amini
2020-08-11[drr] Add $_loc special directive for NativeCodeCallJacques Pienaar
2020-08-03[mlir][DialectConversion] Add support for mergeBlocks in ConversionPatternRew...MaheshRavishankar
2020-07-23[mlir][DialectConversion] Enable deeper integration of type conversionsRiver Riddle
2020-07-14[MLIR] Add argument related API to RegionRahul Joshi
2020-07-07[mlir][NFC] Remove usernames and google bug numbers from TODO comments.River Riddle
2020-06-22[MLIR] Remove TableGen redundant calls to native calls when creating new oper...AlexEichenberger
2020-06-18[mlir][DialectConversion] Refactor how block argument types get convertedRiver Riddle
2020-06-18[mlir] Allow for patterns to match any root kind.River Riddle
2020-06-15[mlir][DialectConversion] Cache type conversions and add a few useful helpersRiver Riddle
2020-06-02[mlir] support materialization for 1-1 type conversionsAlex Zinenko
2020-05-20[mlir] DialectConversion: support erasing blocksAlex Zinenko
2020-05-20[mlir] DialectConversion: avoid double-free when rolling back op creationAlex Zinenko
2020-05-13[mlir] Move Conversion/StandardToStandard to Dialect/StandardOps/Transforms/F...Alex Zinenko
2020-05-07[mlir] Add NamedAttrListJacques Pienaar
2020-05-06[mlir] OperationFolder: fix crash in creation of single-result-ops with in-pl...Alex Zinenko
2020-04-30[MLIR] Modify Partial op conversion mode to optionally track all non-legaliza...Lucy Fox
2020-04-28[mlir][flang] use OpBuilder& instead of Builder* in <Op>::build methodsAlex Zinenko
2020-04-24[mlir][DialectConversion] Add support for properly tracking replaceUsesOfBloc...River Riddle
2020-04-20[mlir][ods] Add materialize derived attribute methodJacques Pienaar
2020-04-10[MLIR][NFC] applyPatternsGreedily -> applyPatternsAndFoldGreedilyUday Bondhugula
2020-04-09[mlir] Add a new RewritePattern::hasBoundedRewriteRecursion hook.River Riddle
2020-04-07[mlir][Pass] Remove the use of CRTP from the Pass classesRiver Riddle
2020-04-07[mlir][Pass][NFC] Replace usages of ModulePass with OperationPass<ModuleOp>River Riddle
2020-04-05[mlir] NFC: Fix trivial typoKazuaki Ishizaki
2020-04-03[mlir] DialectConversion: support block creation in ConversionPatternRewriterAlex Zinenko
2020-03-28[MLIR][NFC] Move TestDialect -> Dialect/TestUday Bondhugula