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

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 28 01:08:39 PST 2022


nikic accepted this revision.
nikic added a comment.

LGTM, thanks!



================
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
----------------
nit: and 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