diff options
author | Zarko Todorovski <zarko@ca.ibm.com> | 2021-06-28 10:31:55 -0400 |
---|---|---|
committer | Zarko Todorovski <zarko@ca.ibm.com> | 2021-06-28 10:32:32 -0400 |
commit | 4cf072e7fbb02e77332fa2a6dd26a7160ee4cc2e (patch) | |
tree | 92d7e9ffa8fe3dca0f2b96b91917a92955a6f96f /llvm/lib/Transforms/Utils/Local.cpp | |
parent | 0e09d18c6a0a73dc9ed9e45584407a7a44fbbc4a (diff) | |
download | llvm-4cf072e7fbb02e77332fa2a6dd26a7160ee4cc2e.zip llvm-4cf072e7fbb02e77332fa2a6dd26a7160ee4cc2e.tar.gz llvm-4cf072e7fbb02e77332fa2a6dd26a7160ee4cc2e.tar.bz2 |
[AIX] Use less than or equal to for some alignment tests on AIX
On AIX the alignment implementation has the storage aligned to the
preferred alignment instead of the alignment of a type. Macro guard
these tests for AIX and have them pass when the "reference alignment" is
less than or equal to the alignment observed. In other words, the
alignment applied is at least as strict as the required alignment.
Reviewed By: hubert.reinterpretcast
Differential Revision: https://reviews.llvm.org/D104786
Diffstat (limited to 'llvm/lib/Transforms/Utils/Local.cpp')
0 files changed, 0 insertions, 0 deletions