This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Add feature vi-insts
ClosedPublic

Authored by arsenm on Aug 3 2018, 10:59 AM.

Details

Summary

This is necessary to add a VI specific builtin,
__builtin_amdgcn_s_dcache_wb. We already have an
overly specific feature for one of these builtins,
for s_memrealtime. I'm not sure whether it's better
to add more of those, or to get rid of that and merge
it with vi-insts.

Alternatively, maybe this logically goes with scalar-stores?

Diff Detail

Event Timeline

arsenm created this revision.Aug 3 2018, 10:59 AM
This revision is now accepted and ready to land.Aug 3 2018, 11:05 AM
arsenm closed this revision.Aug 7 2018, 12:41 AM

r339104