Displaying 4 results from an estimated 4 matches for "almostreadnon".
Did you mean:
almostreadnone
2015 Dec 14
2
RFC: New function attribute HasInaccessibleState
...6. GlobalsAA will be modified according to the diff in the first mail
>> > in this email thread.
>>
>> > The alternative approach that was discussed would involve the
>> > following changes:
>>
>> > (Approach B)
>> > 1. Define new attributes AlmostReadNone and AlmostArgMemOnly, (with
>> > the "Almost" part denoting that the function may accesses globals
>> > that are not part of the IR).
>> > 2. malloc/free would have AlmostReadNone set and printf would have
>> > AlmostArgMemOnly set ... (and similarly o...
2015 Dec 14
3
RFC: New function attribute HasInaccessibleState
...tate" flag and make sure it isn't
> present.
> 6. GlobalsAA will be modified according to the diff in the first mail
> in this email thread.
> The alternative approach that was discussed would involve the
> following changes:
> (Approach B)
> 1. Define new attributes AlmostReadNone and AlmostArgMemOnly, (with
> the "Almost" part denoting that the function may accesses globals
> that are not part of the IR).
> 2. malloc/free would have AlmostReadNone set and printf would have
> AlmostArgMemOnly set ... (and similarly other libc calls).
> 3. In the dif...
2015 Dec 11
3
RFC: New function attribute HasInaccessibleState
----- Original Message -----
> From: "Joseph Tremoulet" <jotrem at microsoft.com>
> To: "Hal Finkel" <hfinkel at anl.gov>, "Mehdi Amini" <mehdi.amini at apple.com>
> Cc: "llvm-dev" <llvm-dev at lists.llvm.org>
> Sent: Friday, December 11, 2015 3:35:38 PM
> Subject: RE: [llvm-dev] RFC: New function attribute
2015 Dec 14
2
RFC: New function attribute HasInaccessibleState
...ssibleState" flag and make sure it isn't present.
> 6. GlobalsAA will be modified according to the diff in the first mail in this email thread.
>
> The alternative approach that was discussed would involve the following changes:
> (Approach B)
> 1. Define new attributes AlmostReadNone and AlmostArgMemOnly, (with the "Almost" part denoting that the function may
> accesses globals that are not part of the IR).
> 2. malloc/free would have AlmostReadNone set and printf would have AlmostArgMemOnly set ... (and similarly other libc
> calls).
> 3. In the diff...