Displaying 1 result from an estimated 1 matches for "spec_compress".
2009 Oct 09
1
[LLVMdev] DS-AA reports erroneous NoModRef
...s is erroneous; the global is Mod&Ref at the call site.
I am not sure whether there is an error in either ds-aa or in
BottomUpDSA.
I have reduced the program down to a simpler test case. Here the
intermediate functions have an "IE" node. The error occurs when trying
to see if @spec_compress() does Mod/Ref @spec_fd1 (NoModRef reported).
In contrast, ds-aa correctly reports ModRef on the callsite to
@spec_putc() in @compressStream().
Kind regards,
Hans.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: testcase-dce.ll
Type: application/octet-strea...