This is an archive of the discontinued LLVM Phabricator instance.

Add address space argument to isLegalAddressingMode
ClosedPublic

Authored by arsenm on Nov 5 2013, 7:31 PM.

Details

Reviewers
resistor
Summary

On R600/SI, accesses to some address spaces have addressing modes not available for others.

Following patches will convert the users to specify the address space.

Diff Detail

Event Timeline

Sort of ping. I need to redo this for trunk, but I was wondering if people think it's preferable to move the address space into the AddrMode struct

arsenm updated this revision to Diff 26849.May 30 2015, 12:14 PM

Update for trunk, and only include adding arguments. Updating uses will be done in later patches

resistor accepted this revision.May 31 2015, 7:39 PM
resistor added a reviewer: resistor.
resistor added a subscriber: resistor.

LGTM, thanks for doing this.

This revision is now accepted and ready to land.May 31 2015, 7:39 PM
arsenm closed this revision.May 31 2015, 10:36 PM

r238723