[llvm-dev] Is it possible to invoke computeKnownBits with extra assumptions?

Manasij Mukherjee via llvm-dev llvm-dev at lists.llvm.org
Mon Oct 1 23:08:04 PDT 2018


Hi,
What is the recommended way of querying the known bits of the return value
of a function with extra information about its argument?
In particular, I want to be able to answer this question for specific
constant values of a subset of the arguments.
Can I avoid creating a new function with the constants substituted into it?
Thanks,
Manasij
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20181002/39469416/attachment.html>


More information about the llvm-dev mailing list