aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-objdump/llvm-objdump.cpp
diff options
context:
space:
mode:
authorClement Courbet <courbet@google.com>2020-02-10 11:27:53 +0100
committerClement Courbet <courbet@google.com>2020-02-12 10:37:30 +0100
commit15488ff24b4ae205f979be7248b38655acd82f9c (patch)
tree9d6bcf8b55ec3ff00744591f8dba0ee016febbed /llvm/tools/llvm-objdump/llvm-objdump.cpp
parent3bd33ccfdf2f5183062e775e99725930bb4e5403 (diff)
downloadllvm-15488ff24b4ae205f979be7248b38655acd82f9c.zip
llvm-15488ff24b4ae205f979be7248b38655acd82f9c.tar.gz
llvm-15488ff24b4ae205f979be7248b38655acd82f9c.tar.bz2
[CodeGen] Fix the computation of the alignment of split stores.
Summary: Right now the alignment of the lower half of a store is computed as align/2, which fails for unaligned stores (align = 1), and is overly pessimitic for, e.g. a 8 byte store aligned to 4 bytes. Fixes PR44851 Fixes PR44877 Reviewers: gchatelet, spatel, lebedev.ri Subscribers: hiraditya, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D74311
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions