[PATCH] D14391: [ValueTracking] Add parameters to isImpliedCondition; NFC

Sanjoy Das via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 5 13:26:45 PST 2015


sanjoy created this revision.
sanjoy added a subscriber: llvm-commits.
sanjoy added a dependency: D14369: [ValueTracking] De-pessimize isImpliedCondition around unsigned compares.

This change makes the `isImpliedCondition` interface similar to the rest
of the functions in ValueTracking (in that it takes a DataLayout,
AssumptionCache etc.).  This is an NFC, intended to make a later diff
less noisy.

Depends on D14369

http://reviews.llvm.org/D14391

Files:
  include/llvm/Analysis/ValueTracking.h
  lib/Analysis/InstructionSimplify.cpp
  lib/Analysis/ValueTracking.cpp
  lib/Transforms/Scalar/JumpThreading.cpp
  lib/Transforms/Utils/SimplifyCFG.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14391.39406.patch
Type: text/x-patch
Size: 6009 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151105/33d7b007/attachment.bin>


More information about the llvm-commits mailing list