[all-commits] [llvm/llvm-project] f718a5: [mlir] Disallow certain transfer ops in VectorToSCF
Matthias Springer via All-commits
all-commits at lists.llvm.org
Tue May 25 05:40:10 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f718a53d7e13e7452a4bc9f265659bfb296cd4cc
https://github.com/llvm/llvm-project/commit/f718a53d7e13e7452a4bc9f265659bfb296cd4cc
Author: Matthias Springer <springerm at google.com>
Date: 2021-05-25 (Tue, 25 May 2021)
Changed paths:
M mlir/lib/Conversion/VectorToSCF/VectorToSCF.cpp
Log Message:
-----------
[mlir] Disallow certain transfer ops in VectorToSCF
Disallow transfer ops that change the element type of the transfer. Such transfers could be supported in the future, if needed.
Differential Revision: https://reviews.llvm.org/D102746
More information about the All-commits
mailing list