.. |
Utils
|
loop unroll update: unroll factor one for a single iteration loop
|
2019-03-29 15:31:35 -07:00 |
Vectorization
|
Simplify compositions of AffineApply
|
2019-03-29 15:11:56 -07:00 |
CSE.cpp
|
Merge together the CFG/ML function paths in the CSE pass. I did a first pass
|
2019-03-29 14:50:08 -07:00 |
Canonicalizer.cpp
|
Split "rewrite" functionality out of Pattern into a new RewritePattern derived
|
2019-03-29 14:12:07 -07:00 |
ComposeAffineMaps.cpp
|
Uniformize composition of AffineApplyOp by construction
|
2019-03-29 15:08:40 -07:00 |
ConstantFold.cpp
|
Update comment in the constant folding pass as constant folding is supported even when not all operands are constants
|
2019-03-29 15:24:28 -07:00 |
DmaGeneration.cpp
|
Update fusion cost model + some additional infrastructure and debug information for -loop-fusion
|
2019-03-29 15:32:06 -07:00 |
LoopFusion.cpp
|
Fix single producer check in loop fusion pass.
|
2019-03-29 15:32:20 -07:00 |
LoopTiling.cpp
|
Misc readability and doc / code comment related improvements - NFC
|
2019-03-29 15:02:41 -07:00 |
LoopUnroll.cpp
|
Update and generalize various passes to work on both CFG and ML functions,
|
2019-03-29 14:49:52 -07:00 |
LoopUnrollAndJam.cpp
|
Fix outdated comments
|
2019-03-29 15:16:08 -07:00 |
LowerAffine.cpp
|
Fix outdated comments
|
2019-03-29 15:16:08 -07:00 |
LowerVectorTransfers.cpp
|
Cleanup EDSCs
|
2019-03-29 15:27:58 -07:00 |
MaterializeVectors.cpp
|
Uniformize composition of AffineApplyOp by construction
|
2019-03-29 15:08:40 -07:00 |
MemRefDataFlowOpt.cpp
|
Address documentation/readability related comments from cl/227252907 on memref
|
2019-03-29 15:20:59 -07:00 |
PipelineDataTransfer.cpp
|
Minor code cleanup - NFC.
|
2019-03-29 15:19:41 -07:00 |
SimplifyAffineStructures.cpp
|
Convert expr - c * (expr floordiv c) to expr mod c in AffineExpr
|
2019-03-29 15:02:56 -07:00 |
Vectorize.cpp
|
Extend InstVisitor and Walker to handle arbitrary CFG functions, expand the
|
2019-03-29 14:46:58 -07:00 |
ViewFunctionGraph.cpp
|
Update and generalize various passes to work on both CFG and ML functions,
|
2019-03-29 14:49:52 -07:00 |