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

Balaram Makam via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 15 09:52:31 PDT 2016


bmakam added a subscriber: bmakam.

================
Comment at: test/Transforms/SimplifyCFG/implied-cond-matching.ll:115
@@ +114,3 @@
+if.then2:
+  call void @dead()
+  br label %if.end
----------------
Won't this be always reachable?


http://reviews.llvm.org/D18905





More information about the llvm-commits mailing list