[PATCH] D30572: Remove equal BBs from a function
Matthias Braun via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 22 07:08:52 PDT 2017
MatzeB added a reviewer: jpaquette.
MatzeB added a comment.
Did you see the new MachineOutliner yet? It is also merging equivalent code but is not restricted to a single basic block but find duplicate sequences of instructions and can also merge across functions.
https://reviews.llvm.org/D30572
More information about the llvm-commits
mailing list