aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/Dialect/Affine
AgeCommit message (Expand)AuthorFilesLines
2020-09-28[mlir][Affine][VectorOps] Fix super vectorizer utility (D85869)Diego Caballero1-0/+25
2020-09-21[MLIR][Affine][VectorOps] Utility to vectorize loop nest using strategyDiego Caballero2-8/+9
2020-09-17[MLIR][Affine] Add parametric tile size support for affine.for tilingNavdeep Kumar1-0/+275
2020-09-17[MLIR] Support for return values in Affine.For yieldAbhishek Varma2-0/+61
2020-09-03[MLIR][Affine][VectorOps] Vectorize uniform values in SuperVectorizerDiego Caballero2-19/+60
2020-09-03[mlir][Affine] Support affine vector loads/stores in LICMDiego Caballero1-0/+47
2020-09-03[mlir][Affine] Fix AffineLoopInvariantCodeMotionDiego Caballero1-2/+63
2020-08-27[mlir] NFC: fix trivial typo under test and toolsKazuaki Ishizaki2-2/+2
2020-08-20[MLIR] Add affine.parallel folder and normalizerFrank Laub2-0/+48
2020-08-08[MLIR] Add tiling validity check to loop tiling passVincent Zhao1-0/+50
2020-08-04[MLIR] Simplify semi-affine expressionsYash Jain1-0/+46
2020-07-26[MLIR][Affine] Add test for non-hyperrectangular loop tilingVincent Zhao1-0/+15
2020-07-13[mlir] Support operations with multiple results in slicingThomas Raoux1-0/+11
2020-07-11[MLIR] Parallelize affine.for op to 1-D affine.parallel opYash Jain2-47/+118
2020-07-09[MLIR] IR changes to add yield semantics for affine.if and affine.parallelJeremy Bruestle2-15/+76
2020-07-06[MLIR] Add a NoRegionArguments traitRahul Joshi1-0/+29
2020-07-04Revert "[MLIR] Parallelize affine.for op to 1-D affine.parallel op"Mehdi Amini2-118/+47
2020-07-04[MLIR] Parallelize affine.for op to 1-D affine.parallel opYash Jain2-47/+118
2020-06-12Enable FileCheck -enable-var-scope by default in MLIR testMehdi Amini11-297/+297
2020-06-10[MLIR][Standard] Make the `dim` operation index an operand.Frederik Gossen10-303/+385
2020-05-18[mlir][Vector] Make minor identity permutation map optional in transfer op pr...Nicolas Vasilache3-35/+34
2020-05-14[mlir][Affine] Introduce affine.vector_load and affine.vector_storeDiego Caballero2-0/+108
2020-05-13[mlir] Change dialect namespace loop->scfAlex Zinenko4-9/+9
2020-05-12[mlir] Revisit std.subview handling of static information.Nicolas Vasilache1-2/+2
2020-05-12Revert "[mlir] Revisit std.subview handling of static information."Sam McCall1-2/+2
2020-05-11[mlir] Revisit std.subview handling of static information.Nicolas Vasilache1-2/+2
2020-05-07[mlir] Add a test exercising partial constant folding of affine min/maxAlex Zinenko1-0/+62
2020-05-07[MLIR][NFC] Rename op trait PolyhedralScope -> AffineScopeUday Bondhugula1-8/+8
2020-04-29[MLIR] Introduce op trait PolyhedralScope (revised)Uday Bondhugula2-1/+39
2020-04-28[MLIR] Give AffineStoreOp and AffineLoadOp Memory SideEffects.Tres Popp2-31/+31
2020-04-28Revert "[MLIR] Introduce op trait PolyhedralScope"Dmitri Gribenko2-28/+1
2020-04-28[MLIR] Introduce op trait PolyhedralScopeUday Bondhugula2-1/+28
2020-04-27[MLIR] Propagate input side effect informationTres Popp1-36/+34
2020-04-21[MLIR] NFC clean up loop tiling test casesUday Bondhugula1-45/+49
2020-04-21[MLIR] Fix affine loop tiling utility upper bound bugUday Bondhugula1-7/+29
2020-04-15[MLIR] Improve support for 0-dimensional Affine Maps.Jeremy Bruestle1-0/+10
2020-04-16[MLIR] Introduce utility to hoist affine if/else conditionsUday Bondhugula1-0/+258
2020-04-15[MLIR] Introduce applyOpPatternsAndFold for op local rewritesUday Bondhugula2-35/+59
2020-04-13[MLIR] NFC clean up simplify-affine-structures test caseUday Bondhugula1-98/+89
2020-04-08[mlir] Eliminate the remaining usages of cl::opt instead of PassOption.River Riddle6-14/+14
2020-04-08[MLIR] Fix test case typos in unroll.mlirUday Bondhugula1-2/+2
2020-04-07[MLIR] fix/update affine data copy utility for max/min boundsUday Bondhugula2-96/+125
2020-04-02[MLIR][NFC] drop unnecessary matches in affine dma generate test caseUday Bondhugula1-68/+68
2020-04-02[MLIR] Add method to drop duplicate result exprs from AffineMapUday Bondhugula1-0/+12
2020-04-01[MLIR][NFC] clean up affine data copy test caseUday Bondhugula1-51/+54
2020-03-30Fix test: add `-allow-unregistered-dialect` to Affine/loop-permute.mlir test ...Mehdi Amini1-6/+6
2020-03-30Add a flag on the context to protect against creation of operations in unregi...Mehdi Amini12-22/+22
2020-03-30[MLIR] Fix permuteLoops utilityUday Bondhugula1-0/+47
2020-03-28[MLIR] Introduce full/partial tile separation using if/elseUday Bondhugula1-1/+61
2020-03-26[MLIR] Add flat affine constraints method to round trip integer setUday Bondhugula1-2/+22