summaryrefslogtreecommitdiff
path: root/mlir/lib/Conversion/VectorToSCF/VectorToSCF.cpp
AgeCommit message (Expand)Author
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-14[mlir][Linalg] Make a Linalg CodegenStrategy available.Nicolas Vasilache
2020-09-08[mlir][VectorOps] Fix more GCC5 weirdnessBenjamin Kramer
2020-09-08[mlir][VectorOps]Benjamin Kramer
2020-09-08[mlir][VectorOps] Clean up outdated comments. NFCI.Benjamin Kramer
2020-09-08[mlir][VectorOps] Redo the scalar loop emission in VectoToSCF to pad instead ...Benjamin Kramer
2020-09-08[mlir][Vector] Make VectorToSCF deterministicNicolas Vasilache
2020-09-07[mlir][Vector] Revisit VectorToSCF.Nicolas Vasilache
2020-09-03[mlir][VectorOps] Fall back to a loop when accessing a vector from a strided ...Benjamin Kramer
2020-09-02[mlir][VectorToSCF] 128 byte alignment of alloc opsJakub Lichman
2020-08-19[mlir][VectorToSCF] Bug in TransferRead lowering fixedJakub Lichman
2020-08-18[mlir] VectorToSCF bug in setAllocAtFunctionEntry fixed.Jakub Lichman
2020-07-20[mlir][Vector] NFC - Improve VectorInterfacesNicolas Vasilache
2020-07-17[mlir][Vector] Fix masking logic in VectorToSCFNicolas Vasilache
2020-07-10[mlir][Vector] Add folding for vector.transfer opsNicolas Vasilache
2020-07-07[mlir][NFC] Remove usernames and google bug numbers from TODO comments.River Riddle
2020-07-06[mlir][Vector] Add custom slt / SCF.if folding to VectorToSCFNicolas Vasilache
2020-06-29[mlir] add unsigned comparison builders to Affine EDSCAdam D Straw
2020-06-15[mlir] Introduce callback-based builders for AffineForOpAlex Zinenko
2020-06-11[mlir] Fix some of the warnings in MLIR code.Alexander Belyaev
2020-06-05[mlir][Vector] Move temporary alloc to top of the function alloca when loweri...Nicolas Vasilache
2020-05-28[mlir][Vector] Fix vector.transfer alignment calculationNicolas Vasilache
2020-05-27[mlir] SCF: provide function_ref builders for IfOpAlex Zinenko
2020-05-25Make mlir::Value's bool conversion operator explicitBenjamin Kramer
2020-05-20[mlir] NFC - Appease GCC 5 again..Nicolas Vasilache
2020-05-20[mlir] NFC - Appease GCC 5 again..Nicolas Vasilache
2020-05-20[mlir][Vector] Add option to fully unroll for VectorTransfer to SCF loweringNicolas Vasilache
2020-05-19[mlir] NFC - Appease gcc 5Nicolas Vasilache
2020-05-19Give helpers internal linkage. NFC.Benjamin Kramer
2020-05-19[mlir] scf::ForOp: provide builders with callbacks for loop bodyAlex Zinenko
2020-05-18[mlir][Vector] Add an optional "masked" boolean array attribute to vector tra...Nicolas Vasilache
2020-05-18[mlir][Vector] Make minor identity permutation map optional in transfer op pr...Nicolas Vasilache
2020-05-15[mlir] Rename conversions involving ex-Loop dialect to mention SCFAlex Zinenko