[all-commits] [llvm/llvm-project] a79595: [mlir] Register tensor dialect for transfer_read c...
Kai Sasaki via All-commits
all-commits at lists.llvm.org
Tue Jan 31 16:18:33 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a795955f5251856bddc3f895c527e084073169c1
https://github.com/llvm/llvm-project/commit/a795955f5251856bddc3f895c527e084073169c1
Author: Kai Sasaki <lewuathe at gmail.com>
Date: 2023-02-01 (Wed, 01 Feb 2023)
Changed paths:
M mlir/include/mlir/Conversion/Passes.td
M mlir/lib/Conversion/VectorToSCF/VectorToSCF.cpp
M mlir/test/Conversion/VectorToSCF/vector-to-scf.mlir
Log Message:
-----------
[mlir] Register tensor dialect for transfer_read conversion
Make sure to register tensor dialect as tensor.transfer_read can be dependent on its parameter. It resolves the issue causing the unregisterd dialect error to convert vector to SCF reported https://github.com/llvm/llvm-project/issues/60197.
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D142866
More information about the All-commits
mailing list