[PATCH] D77663: WIP: [MLIR] Lower vector slices while lowering linalg to LLVM.
Aart Bik via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 9 11:02:27 PDT 2020
aartbik added inline comments.
================
Comment at: mlir/lib/Conversion/VectorToLLVM/ConvertVectorToLLVM.cpp:1131
void LowerVectorToLLVMPass::runOnModule() {
- // Perform progressive lowering of operations on slices and
- // all contraction operations. Also applies folding and DCE.
----------------
can you keep these comments too please in the moved code?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77663/new/
https://reviews.llvm.org/D77663
More information about the llvm-commits
mailing list