search for: d10398

Displaying 2 results from an estimated 2 matches for "d10398".

Did you mean: d1f0398
2015 Jun 18
3
[LLVMdev] Attribute to mark that function only access memory through it's arguments
...ablegen definitions. But due to the lack of the related function attributes on the llvm ir level, this intrinsics would be modelled as if they were clobbering arbitrary memory. It feels very naturall to add new function attribute which can cover such cases. I have a patch (http://reviews.llvm.org/D10398) in which I added this attribute. Currently there is some discussion on how to name it and how it should behave when defined together with other fucntion attributes. I wanted to get some feedback on this. Is this attribute required at all? Maybe there is already a way of expressing such things? T...
2015 Jun 19
2
[LLVMdev] Attribute to mark that function only access memory through it's arguments
...on > attributes on the llvm ir level, this intrinsics would be modelled > as if they > were clobbering arbitrary memory. > > It feels very naturall to add new function attribute which can > cover such cases. > > I have a patch (http://reviews.llvm.org/D10398 > <https://urldefense.proofpoint.com/v2/url?u=http-3A__reviews.llvm.org_D10398&d=AwMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=Mfk2qtn1LTDThVkh6-oGglNfMADXfJdty4_bhmuhMHA&m=6QD3kOt2shxvhEw0pkmPGL_NzzjWw6s3ZTzBo-rwkUs&s=MJrrF5wf5KOXiTUsfpoJMSDYvyM_nZ3L79ZSsA9iXaA&e=>) >...