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

Chad Rosier via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 14 12:31:57 PDT 2016


mcrosier updated this revision to Diff 53770.
mcrosier added a comment.

Address Geoff's comments:
 -Fix undef of IsImpliedCond when LHS == RHS
 -Enable changes in jump threading


http://reviews.llvm.org/D18905

Files:
  include/llvm/Analysis/ValueTracking.h
  lib/Analysis/InstructionSimplify.cpp
  lib/Analysis/ValueTracking.cpp
  lib/Transforms/Scalar/JumpThreading.cpp
  lib/Transforms/Utils/SimplifyCFG.cpp
  test/Transforms/JumpThreading/implied-cond.ll
  test/Transforms/SimplifyCFG/implied-cond-matching.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18905.53770.patch
Type: text/x-patch
Size: 17793 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160414/0c8b47b0/attachment.bin>


More information about the llvm-commits mailing list