Displaying 1 result from an estimated 1 matches for "1053982".
Did you mean:
105398
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 perfectly
well as stores, and so