llvm-project
00d3b39f - [AggressiveInstCombine] Implement store merge optimization (#147540)

Commit
111 days ago
[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.
Author
Parents
Loading