[PATCH] D37121: [DivRemHoist] add a pass to move div/rem pairs into the same block (PR31028)

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 29 12:55:08 PDT 2017


craig.topper added a comment.

Instcombine sinks instructions with a single use in a successor block with no other predecessors.


https://reviews.llvm.org/D37121





More information about the llvm-commits mailing list