[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:54:16 PDT 2016


bmakam added inline comments.

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


http://reviews.llvm.org/D18905





More information about the llvm-commits mailing list