[all-commits] [llvm/llvm-project] 4516a8: [MLIR] Add endiannes accessors to the data layout
Christian Ulmann via All-commits
all-commits at lists.llvm.org
Tue Apr 2 06:04:25 PDT 2024
Branch: refs/heads/users/dinistro/add-dl-endiannes-accessor
Home: https://github.com/llvm/llvm-project
Commit: 4516a8492db3776e51538914559c9d8996f5e0ac
https://github.com/llvm/llvm-project/commit/4516a8492db3776e51538914559c9d8996f5e0ac
Author: Christian Ulmann <christian.ulmann at nextsilicon.com>
Date: 2024-04-02 (Tue, 02 Apr 2024)
Changed paths:
M mlir/include/mlir/Dialect/DLTI/DLTI.h
M mlir/include/mlir/Interfaces/DataLayoutInterfaces.h
M mlir/include/mlir/Interfaces/DataLayoutInterfaces.td
M mlir/lib/Dialect/DLTI/DLTI.cpp
M mlir/lib/Interfaces/DataLayoutInterfaces.cpp
M mlir/unittests/Interfaces/DataLayoutInterfacesTest.cpp
Log Message:
-----------
[MLIR] Add endiannes accessors to the data layout
This commit extends the data layout subsystem with accessors for the
endiannes. The implementation follows the structure implemented for
alloca, global, and programm memory spaces.
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