This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Make getTgtMemIntrinsic table-driven for resource-based intrinsics
ClosedPublic

Authored by nhaehnle on Mar 27 2018, 8:28 AM.

Details

Summary

Avoids having to list all intrinsics manually.

This is in preparation for the new dimension-aware image intrinsics,
which I'd rather not have to list here by hand.

Change-Id: If7ced04998397ef68c4cb8f7de66b5050fb767e5

Diff Detail

Event Timeline

nhaehnle created this revision.Mar 27 2018, 8:28 AM
This revision is now accepted and ready to land.Mar 27 2018, 12:09 PM
This revision was automatically updated to reflect the committed changes.