[PATCH] D87555: [DivRemPairs] Add an initial case for hoisting to a common predecessor.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 12 12:35:07 PDT 2020


craig.topper added a comment.

In D87555#2269381 <https://reviews.llvm.org/D87555#2269381>, @nikic wrote:

> Doesn't this need some guaranteed-to-transfer checks for all instructions we're moving across?

Good point. Maybe I'll just make sure they are the first instruction for now? That at least covers the case.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87555/new/

https://reviews.llvm.org/D87555



More information about the llvm-commits mailing list