aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectPlatform.cpp
diff options
context:
space:
mode:
authorAlex Zinenko <zinenko@google.com>2022-03-01 18:21:07 +0100
committerAlex Zinenko <zinenko@google.com>2022-03-02 14:56:49 +0100
commitf64170aa1d2a416fbecf46a4b0adc3a7e0b0d71a (patch)
treeb22fd9cf6348c5dca71a90d35dac5f491398ebff /lldb/source/Commands/CommandObjectPlatform.cpp
parent554839ecdf73104777f38830b5dbcfbf4a1804d4 (diff)
downloadllvm-f64170aa1d2a416fbecf46a4b0adc3a7e0b0d71a.zip
llvm-f64170aa1d2a416fbecf46a4b0adc3a7e0b0d71a.tar.gz
llvm-f64170aa1d2a416fbecf46a4b0adc3a7e0b0d71a.tar.bz2
[mlir] Data layout for integer and float types
Add support for integer and float types into the data layout subsystem with default logic similar to LLVM IR. Given the flexibility of the sybsystem, the logic can be easily overwritten by operations if necessary. This provides the connection necessary, e.g., for the GPU target where alignment requirements for integers and floats differ from those provided by default (although still compatible with the LLVM IR model). Previously, it was impossible to use non-default alignment requirements for integer and float types, which could lead to incorrect address and size calculations when targeting GPUs. Depends On D120737 Reviewed By: wsmoses Differential Revision: https://reviews.llvm.org/D120739
Diffstat (limited to 'lldb/source/Commands/CommandObjectPlatform.cpp')
0 files changed, 0 insertions, 0 deletions