[PATCH] D33425: [ValueTracking] Expose the computeKnownBits Query structure

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 22 17:43:20 PDT 2017


craig.topper created this revision.

Similar to what was done to InstSimplify recently, this surfaces the computeKnownBits Query class. Future patches will start making this the interface to computeKnownBits and friends.


https://reviews.llvm.org/D33425

Files:
  include/llvm/Analysis/ValueTracking.h
  lib/Analysis/ValueTracking.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33425.99835.patch
Type: text/x-patch
Size: 25816 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170523/df1dd2a0/attachment.bin>


More information about the llvm-commits mailing list