This is an archive of the discontinued LLVM Phabricator instance.

clang/HIP: Remove __llvm_amdgcn_* wrapper hacks
ClosedPublic

Authored by arsenm on Nov 22 2022, 8:30 AM.

Details

Summary

These are leftover hacks from using asm declaratios to access
intrinsics.

Diff Detail

Event Timeline

arsenm created this revision.Nov 22 2022, 8:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 22 2022, 8:30 AM
Herald added a subscriber: kosarev. · View Herald Transcript
arsenm requested review of this revision.Nov 22 2022, 8:30 AM
arsenm updated this revision to Diff 477219.Nov 22 2022, 8:58 AM

Remove some of the externally defined ones

JonChesterfield accepted this revision.Jun 8 2023, 12:54 PM

Yep, thanks. Anything under __llvm is fair game to change and there's a find& replace fix for anything that decided to call these directly.

This revision is now accepted and ready to land.Jun 8 2023, 12:54 PM