Displaying 2 results from an estimated 2 matches for "r122787".
2015 Jul 01
4
[LLVMdev] AliasAnalysis update interface - a tale of sorrow and woe
...gUse so that it
became a no-op. No test failed. =/ So I added an assert to its
addEscapingUse method. No test failed. So I added a report_fatal_error to
the addEscapingUse method and did an LTO run over clang's bitcode which
finally did reach this code path.
addEscapingUse was added in 2011 by r122787 without any test case. There is
no mention of this fixing a bug. It looks like it may have been intended to
support something thata was never added to the tree.
So I'd like to remove addEscapingUse since we used to not have it, and
we've never bothered to test it and I can't get anythi...
2015 Jul 02
2
[LLVMdev] AliasAnalysis update interface - a tale of sorrow and woe
...an assert to its addEscapingUse method. No test failed. So I
> > added a report_fatal_error to the addEscapingUse method and did an
> > LTO run over clang's bitcode which finally did reach this code
> > path.
> >
> >
> > addEscapingUse was added in 2011 by r122787 without any test case.
> > There is no mention of this fixing a bug. It looks like it may have
> > been intended to support something thata was never added to the
> > tree.
> >
> >
> > So I'd like to remove addEscapingUse since we used to not have it,
>...