Displaying 2 results from an estimated 2 matches for "1676f428".
2018 Dec 14
2
The bit pattern after stripPointerCasts()
...t; Matt, any thoughts on this?
>
> -Hal
>
>
Yes, I’ve wanted a version which strips addrspacecast and which doesn’t before, so +1
-Matt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20181214/1676f428/attachment.html>
2018 Dec 12
2
The bit pattern after stripPointerCasts()
Hi,
in a recent review [0], Florian Hahn helped me to realize something that
was rather surprising to me:
The widely popular and very useful function
llvm::Value::stripPointerCasts() can return a value with a different
bit pattern than the input.
Now, I think this should not be the case but I want the hear other
opinions. Before I go on, please not that there is at least one location
in