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

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 10 16:25:17 PDT 2021


lebedev.ri accepted this revision.
lebedev.ri added a comment.
This revision is now accepted and ready to land.

LG, thanks.
@spatel ?



================
Comment at: llvm/test/Transforms/DivRemPairs/X86/div-expanded-rem-pair.ll:207
 }
+
+; Test for hoisting a udiv to dominate a urem to allow udivrem.
----------------
Please precommit the tests


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