This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Don't error on out of bounds address spaces
ClosedPublic

Authored by arsenm on Sep 9 2018, 6:45 PM.

Details

Reviewers
rampitec
Summary

We should never abort on valid IR. The most reasonable
interpretation of an arbitrary address space pointer is
probably some kind of special subset of global memory.

Diff Detail

Event Timeline

arsenm created this revision.Sep 9 2018, 6:45 PM
rampitec accepted this revision.Sep 10 2018, 10:45 AM

LGTM.
A note though, I would think of it as a some subset of flat.

This revision is now accepted and ready to land.Sep 10 2018, 10:45 AM
arsenm closed this revision.Sep 10 2018, 9:02 PM

r341894