[all-commits] [llvm/llvm-project] faf77f: [mlir][nfc] Clarify the limitation on scalable vec...
Andrzej WarzyĆski via All-commits
all-commits at lists.llvm.org
Wed Jul 19 00:01:52 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: faf77f8dec2f83ada139a0d6fe7acb9b3902ae8b
https://github.com/llvm/llvm-project/commit/faf77f8dec2f83ada139a0d6fe7acb9b3902ae8b
Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
Date: 2023-07-19 (Wed, 19 Jul 2023)
Changed paths:
M mlir/lib/Conversion/LLVMCommon/TypeConverter.cpp
Log Message:
-----------
[mlir][nfc] Clarify the limitation on scalable vectors
When converting/lowering to LLVM, MLIR does not support n-D scalable
vectors at the moment. This patch simply clarifies an assert that's
meant to catch such unsupported cases.
Note that we may want to relax this condition in the future.
Differential Revision: https://reviews.llvm.org/D154302
More information about the All-commits
mailing list