search for: d18291

Displaying 3 results from an estimated 3 matches for "d18291".

2016 Mar 19
4
New intrinsic property IntrOnlyWrite
Hi, I'd like to draw your attention to http://reviews.llvm.org/D18291, in which I propose a new intrinsic property for intrinsics that are lowered to instructions that mayStore, but are neither mayLoad nor hasSideEffects. This is relevant for AMDGPU, where we have store instructions that don't operate on pointers. The codegen backend understands these perfect...
2016 Mar 21
3
New intrinsic property IntrOnlyWrite
...m should be added for orthogonality? Cheers, Nicolai > > Philip > > p.s. Inline comments below specific to your use case. > > On 03/18/2016 08:16 PM, Nicolai Hähnle via llvm-dev wrote: >> Hi, >> >> I'd like to draw your attention to http://reviews.llvm.org/D18291, in >> which I propose a new intrinsic property for intrinsics that are >> lowered to instructions that mayStore, but are neither mayLoad nor >> hasSideEffects. >> >> This is relevant for AMDGPU, where we have store instructions that >> don't operate on point...
2016 Mar 22
0
New intrinsic property IntrOnlyWrite
..., > Nicolai > >> >> Philip >> >> p.s. Inline comments below specific to your use case. >> >> On 03/18/2016 08:16 PM, Nicolai Hähnle via llvm-dev wrote: >>> Hi, >>> >>> I'd like to draw your attention to http://reviews.llvm.org/D18291, in >>> which I propose a new intrinsic property for intrinsics that are >>> lowered to instructions that mayStore, but are neither mayLoad nor >>> hasSideEffects. >>> >>> This is relevant for AMDGPU, where we have store instructions that >>> do...