This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] fix LDS f32 intrinsics
ClosedPublic

Authored by dfukalov on Jan 22 2018, 9:49 AM.

Details

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

Diff Detail

Repository
rL LLVM

Event Timeline

dfukalov created this revision.Jan 22 2018, 9:49 AM

Looks good to me...

This revision was not accepted when it landed; it landed in state Needs Review.Jan 26 2018, 3:11 AM
This revision was automatically updated to reflect the committed changes.