forked from llvm/llvm-project
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve MemCopyOpt heuristics to account for combinable stores
Avoid changing multiple stores to 'memset' calls when when the stores can be combined into a smaller number of stores by SelectionDAG when some alignment information is available on some stores.
- Loading branch information
Colin McEwan
authored and
Colin McEwan
committed
Mar 20, 2023
1 parent
cf10d7e
commit d662c71
Showing
1 changed file
with
59 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters