Displaying 2 results from an estimated 2 matches for "918ab3d9".
2016 Dec 15
2
analysis based on nonnull attribute
I think what Sanjay is getting at is that it's not an integer, it's still a
pointer - but it's not clear where information about non-nullness of the
pointer should be propagated to.
In this particular case, since the def of %x in the caller is also an
argument, we could propagate it to the def directly, e.g.
define i1 @foo(i32* nonnull %x) {
%y.i = load i32, i32* %x ; inlined,
2016 Dec 15
0
analysis based on nonnull attribute
...istinfo/llvm-dev
>
--
Hal Finkel
Lead, Compiler Technology and Programming Languages
Leadership Computing Facility
Argonne National Laboratory
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161215/918ab3d9/attachment.html>