aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-objdump/llvm-objdump.cpp
diff options
context:
space:
mode:
authorNikita Popov <npopov@redhat.com>2025-07-21 10:03:26 +0200
committerGitHub <noreply@github.com>2025-07-21 10:03:26 +0200
commit00d3b39f1706154df9c2cf48dadb414d476075a3 (patch)
treea8aef6c87c99cbb061940e59d8c4423f3d884770 /llvm/tools/llvm-objdump/llvm-objdump.cpp
parent7355ea3f6b214d1569da43d02f9a166ff15012e6 (diff)
downloadllvm-00d3b39f1706154df9c2cf48dadb414d476075a3.zip
llvm-00d3b39f1706154df9c2cf48dadb414d476075a3.tar.gz
llvm-00d3b39f1706154df9c2cf48dadb414d476075a3.tar.bz2
[AggressiveInstCombine] Implement store merge optimization (#147540)
Merge multiple small stores that were originally extracted from one value into a single store. This is the store equivalent of the load merge optimization that AggressiveInstCombine already performs. This implementation is something of an MVP, with various generalizations possible. Fixes https://github.com/llvm/llvm-project/issues/147456.
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions