Displaying 2 results from an estimated 2 matches for "2bso6".
Did you mean:
2b6
2015 Jun 16
4
[LLVMdev] AliasAnalysis refactoring for the new pass manager
...llvm namespace with "NoAlias" and friends.
4) Use "enum AliasResult { AR_NoAlias = 0, ...}" to get the effect of #2
with some minimal name collision prevention.
Thoughts?
-Chandler
[1] Here is the completely untested sketch of what seems required:
https://ghostbin.com/paste/2bso6
On Mon, Jun 15, 2015 at 6:27 PM Daniel Berlin <dberlin at dberlin.org> wrote:
> >
> > Sad that "alias" is sometimes a noun and sometimes a verb, but if
> > it's in the literature, then I guess that's that.
>
> Yes, you will see both "a may-ali...
2015 Jun 16
2
[LLVMdev] AliasAnalysis refactoring for the new pass manager
> On 2015-Jun-15, at 16:29, Chandler Carruth <chandlerc at gmail.com> wrote:
>
> On Mon, Jun 15, 2015 at 3:56 PM Duncan P. N. Exon Smith <dexonsmith at apple.com> wrote:
> I like this colour:
>
> enum class AliasKind /* or AliasCategory? */ {
> Null,
> Unknown,
> Partial,
> Complete
> };
>
> So, the only