memory_share: Split off feedback path finding as a separate pass.
authorMarcelina Kościelnicka <mwk@0x04.net>
Sun, 23 May 2021 13:42:51 +0000 (15:42 +0200)
committerMarcelina Kościelnicka <mwk@0x04.net>
Sun, 23 May 2021 16:30:39 +0000 (18:30 +0200)
commitd905990d0194decb9f673ccf10aa488820816b87
tree08684cb194d99e358a9a3f3e99a16fd3ff1dd1dd
parent1eea06bcc0750de02a460f3e949df2f68f800382
memory_share: Split off feedback path finding as a separate pass.

memory_share is actually three passes in a trenchcoat.  Split off the
one that has the least in common with the other two as a separate pass.
passes/memory/memory.cc
passes/memory/memory_share.cc
passes/opt/Makefile.inc
passes/opt/opt_mem_feedback.cc [new file with mode: 0644]