aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/BasicAliasAnalysis.cpp
diff options
context:
space:
mode:
authorOleksandr "Alex" Zinenko <zinenko@google.com>2023-11-21 16:12:27 +0100
committerGitHub <noreply@github.com>2023-11-21 16:12:27 +0100
commit8134a8fc3ff93db3a28a1ee1016c5024859dc1c6 (patch)
treee3168e17a65aaade284acc3cda26ee531d7043f6 /llvm/lib/Analysis/BasicAliasAnalysis.cpp
parent49f0070237709a979905d8fe823f47a1b0ebd8ee (diff)
downloadllvm-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