[all-commits] [llvm/llvm-project] c241a6: [MLIR][DataLayout] Add support for scalable vectors
Christian Ulmann via All-commits
all-commits at lists.llvm.org
Thu Apr 18 23:26:22 PDT 2024
Branch: refs/heads/users/dinistro/scalable-vector-dl-support
Home: https://github.com/llvm/llvm-project
Commit: c241a68274702ca908e20ab77a723545f922b376
https://github.com/llvm/llvm-project/commit/c241a68274702ca908e20ab77a723545f922b376
Author: Christian Ulmann <christian.ulmann at nextsilicon.com>
Date: 2024-04-19 (Fri, 19 Apr 2024)
Changed paths:
M mlir/lib/Interfaces/DataLayoutInterfaces.cpp
M mlir/test/Interfaces/DataLayoutInterfaces/query.mlir
M mlir/test/lib/Dialect/DLTI/TestDataLayoutQuery.cpp
Log Message:
-----------
[MLIR][DataLayout] Add support for scalable vectors
This commit extends the data layout to support scalable vectors. For
scalable vectors, the `TypeSize`'s scalable field is set accordingly,
and the alignment information remains the same as for normal vectors.
This behavior is in sync with what LLVM's data layout queries are
producing.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list