diff options
author | Oleksandr "Alex" Zinenko <zinenko@google.com> | 2023-11-21 16:12:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-21 16:12:27 +0100 |
commit | 8134a8fc3ff93db3a28a1ee1016c5024859dc1c6 (patch) | |
tree | e3168e17a65aaade284acc3cda26ee531d7043f6 /llvm/lib/Analysis/BasicAliasAnalysis.cpp | |
parent | 49f0070237709a979905d8fe823f47a1b0ebd8ee (diff) | |
download | llvm-8134a8fc3ff93db3a28a1ee1016c5024859dc1c6.zip llvm-8134a8fc3ff93db3a28a1ee1016c5024859dc1c6.tar.gz llvm-8134a8fc3ff93db3a28a1ee1016c5024859dc1c6.tar.bz2 |
[mlir] use TypeSize and uint64_t in DataLayout (#72874)
Data layout queries may be issued for types whose size exceeds the range
of 32-bit integer as well as for types that don't have a size known at
compile time, such as scalable vectors. Use best practices from LLVM IR
and adopt `llvm::TypeSize` for size-related queries and `uint64_t` for
alignment-related queries.
See #72678.
Diffstat (limited to 'llvm/lib/Analysis/BasicAliasAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions