[PATCH] D37121: [DivRemHoist] add a pass to move div/rem pairs into the same block (PR31028)
Justin Lebar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 5 12:05:11 PST 2018
jlebar added a comment.
In https://reviews.llvm.org/D37121#1027208, @spatel wrote:
> Maybe we should add some shrinking logic to correlated-propagation?
That sounds like a plan to me. I put up a (perhaps weak) attempt at writing the patch in https://reviews.llvm.org/D44102.
Repository:
rL LLVM
https://reviews.llvm.org/D37121
More information about the llvm-commits
mailing list