[PATCH] D25477: [JumpThreading] Unfold selects that depend on the same condition

Sebastian Pop via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 21 10:05:24 PDT 2016


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

LGTM.



================
Comment at: lib/Transforms/Scalar/JumpThreading.cpp:2017
+/// be folded again in the later optimizations.
 bool JumpThreadingPass::TryToUnfoldSelectInCurrBB(BasicBlock *BB) {
+
----------------
Function names should start with lower case.


https://reviews.llvm.org/D25477





More information about the llvm-commits mailing list