diff options
author | Nikita Popov <npopov@redhat.com> | 2025-07-21 10:03:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-21 10:03:26 +0200 |
commit | 00d3b39f1706154df9c2cf48dadb414d476075a3 (patch) | |
tree | a8aef6c87c99cbb061940e59d8c4423f3d884770 /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
parent | 7355ea3f6b214d1569da43d02f9a166ff15012e6 (diff) | |
download | llvm-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