[PATCH] D18905: [ValueTracking] Improve isImpliedCondition for conditions with matching operands.

Geoff Berry via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 15 08:13:36 PDT 2016


gberry added inline comments.

================
Comment at: lib/Analysis/ValueTracking.cpp:3928
@@ -3816,1 +3927,3 @@
+  if (APred == BPred) {
+    ImpliedTrue = true;
     return isImpliedCondOperands(APred, ALHS, ARHS, BLHS, BRHS, DL, Depth, AC,
----------------
Ah, okay, I misread the diff before.


http://reviews.llvm.org/D18905





More information about the llvm-commits mailing list