[all-commits] [llvm/llvm-project] 7ba82a: Revert "[mlir][Vector] Add transformation + patter...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Mon Aug 3 09:18:15 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7ba82a7320df82d07d3d5679bce89b14526b536c
https://github.com/llvm/llvm-project/commit/7ba82a7320df82d07d3d5679bce89b14526b536c
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2020-08-03 (Mon, 03 Aug 2020)
Changed paths:
M mlir/include/mlir/Dialect/Vector/VectorTransforms.h
M mlir/include/mlir/Interfaces/VectorInterfaces.td
M mlir/lib/Dialect/Vector/VectorTransforms.cpp
R mlir/test/Dialect/Vector/vector-transfer-full-partial-split.mlir
M mlir/test/lib/Transforms/TestVectorTransforms.cpp
Log Message:
-----------
Revert "[mlir][Vector] Add transformation + pattern to split vector.transfer_read into full and partial copies."
This reverts commit 35b65be041127db9fe23d3128a004c888893cbae.
Build is broken with -DBUILD_SHARED_LIBS=ON with some undefined
references like:
VectorTransforms.cpp:(.text._ZN4llvm12function_refIFvllEE11callback_fnIZL24createScopedInBoundsCondN4mlir25VectorTransferOpInterfaceEE3$_8EEvlll+0xa5): undefined reference to `mlir::edsc::op::operator+(mlir::Value, mlir::Value)'
More information about the All-commits
mailing list