[PATCH] D42383: [AMDGPU] fix LDS f32 intrinsics

Daniil Fukalov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 22 09:51:16 PST 2018


dfukalov created this revision.
dfukalov added reviewers: arsenm, b-sumner, t-tye.
dfukalov added a project: AMDGPU.
Herald added subscribers: tpr, dstuttard, yaxunl, nhaehnle, wdng, kzhuravl.

- using qualified pointer addrspace in intrinsics class to avoid `.f32` mangling
- changed too common `atomic` mangling to `ds`
- added missing intrinsics to `AMDGPUTTIImpl::getTgtMemIntrinsic`


Repository:
  rL LLVM

https://reviews.llvm.org/D42383

Files:
  include/llvm/IR/IntrinsicsAMDGPU.td
  lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
  lib/Target/AMDGPU/SIISelLowering.cpp
  lib/Transforms/Scalar/InferAddressSpaces.cpp
  test/CodeGen/AMDGPU/lds_atomic_f32.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42383.130919.patch
Type: text/x-patch
Size: 11363 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180122/ff217b56/attachment.bin>


More information about the llvm-commits mailing list