[PATCH] D140647: Handle simple diamond CFG hoisting in DivRemPairs.

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 24 08:53:51 PST 2022


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

LG



================
Comment at: llvm/lib/Transforms/Scalar/DivRemPairs.cpp:278
+      //
+      // If the Rem and Din blocks share a unique predecessor, and and all paths
+      // from PredBB go to either RemBB or DivBB, and execution of RemBB and
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140647



More information about the llvm-commits mailing list