[PATCH] D37985: [AMDGPU] add LDS f32 intrinsics
Daniil Fukalov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 20 12:14:02 PDT 2017
dfukalov marked an inline comment as done.
dfukalov added a comment.
Am I right that since we should have almost the same processing as atomic inc intrinsics,
it would be better idea to define ds_add/min/max intrinsics the same way as AMDGPUAtomicIncIntrin (or unify them),
and then update AMDGPU BE to correctly process these ds_ instrisics the same ways as atomic inc/dec?
https://reviews.llvm.org/D37985
More information about the llvm-commits
mailing list