[all-commits] [llvm/llvm-project] 9daee2: [MLIR] Add endianness accessors to the data layout
Christian Ulmann via All-commits
all-commits at lists.llvm.org
Tue Apr 2 06:30:26 PDT 2024
Branch: refs/heads/users/dinistro/add-dl-endiannes-accessor
Home: https://github.com/llvm/llvm-project
Commit: 9daee243a1fb99ce39cd35d84cbf248f5d059c3e
https://github.com/llvm/llvm-project/commit/9daee243a1fb99ce39cd35d84cbf248f5d059c3e
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 endianness accessors to the data layout
This commit extends the data layout subsystem with accessors for the
endianness. 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