aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/Transforms
AgeCommit message (Expand)AuthorFilesLines
2020-10-02[mlir] Add canonicalization for the `subtensor` opNicolas Vasilache1-0/+29
2020-09-25[MLIR] Fix for updating function signature in normalizing memrefsHaruki Imai1-0/+4
2020-09-24[MLIR] Normalize memrefs in LoadOp and StoreOp of Standard OpsHaruki Imai1-0/+34
2020-09-22[mlir][Linalg] Uniformize linalg.generic with named ops.Nicolas Vasilache4-165/+180
2020-09-21[mlir] Shape.AssumingOp implements RegionBranchOpInterface.Tres Popp1-0/+39
2020-09-17[mlir][Standard] Canonicalize chains of tensor_cast operationsStephan Herhut1-0/+48
2020-09-15[mlir][Standard] Add canonicalizer for dynamic_tensor_from_elementsStephan Herhut1-0/+76
2020-09-09[mlir] Added support for loops to BufferPlacement transformation.Marcel Koester1-0/+292
2020-09-09[MLIR][Standard] Update `tensor_from_elements` assembly formatFrederik Gossen1-1/+1
2020-09-08[mlir] Fix bug in copy removalEhsan Toosi1-0/+64
2020-09-02[mlir] Extend BufferAssignmentTypeConverter with result conversion callbacksEhsan Toosi2-0/+151
2020-09-02Revert "[mlir] Extend BufferAssignmentTypeConverter with result conversion ca...Lei Zhang2-151/+0
2020-09-02[mlir] Extend BufferAssignmentTypeConverter with result conversion callbacksEhsan Toosi2-0/+151
2020-08-28[MLIR] Fixed missing constraint append when adding an AffineIfOp domainVincent Zhao1-5/+5
2020-08-27[MLIR] MemRef Normalization for DialectsAlexandre E. Eichenberger1-0/+57
2020-08-27[mlir] NFC: fix trivial typo under test and toolsKazuaki Ishizaki3-3/+3
2020-08-26[mlir] Fix bug in block merging when the types of the operands differRiver Riddle1-0/+22
2020-08-13[mlir] Test CallOp STD->LLVM conversion.Alexander Belyaev1-0/+14
2020-08-13[MLIR] Support for ReturnOps in memref map layout normalizationavarmapml1-13/+121
2020-08-09[MLIR] Consider AffineIfOp when getting the index set of an Op wrapped in nes...Vincent Zhao1-0/+160
2020-08-07[mlir][SCF] Add utility to outline the then and else branches of an scf.IfOpNicolas Vasilache2-1/+76
2020-08-04[MLIR][Affine] Fix createPrivateMemRef in affine fusionDiego Caballero1-0/+29
2020-08-03[mlir][DialectConversion] Add support for mergeBlocks in ConversionPatternRew...MaheshRavishankar1-0/+59
2020-08-03[mlir] Extended Buffer Assignment to support AllocaOps.Julian Gross1-0/+192
2020-07-30[MLIR] Introduce inter-procedural memref layout normalizationAbhishek Varma1-1/+62
2020-07-29[mlir][Standard] Allow unranked memrefs as operands to dim and rankStephan Herhut1-0/+12
2020-07-28[MLIR] Vector store to load forwardingAnand Kodnani1-0/+20
2020-07-23[mlir][DialectConversion] Enable deeper integration of type conversionsRiver Riddle1-0/+64
2020-07-22[MLIR] Set alignment in AllocOp of normalizeMemref()Haruki Imai1-0/+7
2020-07-14[mlir][DialectConversion] Emit an error if an operation marked as erased has ...River Riddle1-0/+10
2020-07-07[mlir] Support unranked types in func signature conversion in BufferPlacement.Alexander Belyaev2-0/+15
2020-07-07[mlir][NFC] Remove usernames and google bug numbers from TODO comments.River Riddle2-5/+5
2020-07-03[mlir] Add check for ViewLikeOpInterface that creates additional aliases.Julian Gross1-0/+19
2020-07-03[mlir] Add redundant copy removal transformEhsan Toosi1-0/+285
2020-06-30[mlir] Extended BufferPlacement to support nested region control flow.Marcel Koester1-0/+198
2020-06-26[mlir] fix off-by-one error in collapseParallelLoopsTobias Gysi2-9/+9
2020-06-26[MLIR][Affine-loop-fusion] Fix a bug in affine-loop-fusion pass when there ar...Tung D. Le1-0/+64
2020-06-26[mlir] parallel loop canonicalizationTobias Gysi1-11/+7
2020-06-24[MLIR] Fix affine loop fusion private memref allocUday Bondhugula1-0/+35
2020-06-18[mlir][DialectConversion] Refactor how block argument types get convertedRiver Riddle1-18/+11
2020-06-18[mlir] Allow for patterns to match any root kind.River Riddle1-0/+13
2020-06-17[mlir][Inliner] Properly handle callgraph node deletionRiver Riddle1-1/+21
2020-06-16[MLIR] Fix memref region compute for 0-d memref accessesUday Bondhugula1-0/+9
2020-06-15[mlir][StandardDialect] Add some folding for operations in standard dialect.MaheshRavishankar1-5/+94
2020-06-15[mlir] Extended BufferPlacement to support more sophisticated scenarios in whichMarcel Koester1-52/+282
2020-06-12Enable FileCheck -enable-var-scope by default in MLIR testMehdi Amini6-129/+129
2020-06-11[mlir][Affine] Revisit fusion candidates after successful fusionDiego Caballero1-0/+42
2020-06-10[MLIR][Standard] Make the `dim` operation index an operand.Frederik Gossen3-18/+24
2020-06-09Change filecheck default to dump input on failureMehdi Amini5-6/+6
2020-06-08[mlir] Introduce allowMemrefFunctionResults for the helper operation converte...Ehsan Toosi2-2/+110