This is an archive of the discontinued LLVM Phabricator instance.

[mips] Reserve address spaces 1-255 for software use.
ClosedPublic

Authored by dsanders on Sep 7 2015, 9:43 AM.

Diff Detail

Event Timeline

dsanders updated this revision to Diff 34165.Sep 7 2015, 9:43 AM
dsanders retitled this revision from to [mips] Reserve address spaces 1-255 for software use..
dsanders updated this object.
This revision is now accepted and ready to land.Sep 7 2015, 11:32 AM
dsanders closed this revision.Sep 8 2015, 2:08 AM

I only just spotted this. Given that you know that we're using AS 200 for a hardware AS, it would have been nice to have been cc'd on this as a heads up.

Sorry, I didn't know you were using AS 200. I can special case that or reduce the reserved range if you want. There wasn't a good reason for picking <256 in particular.

We can maintain a patch locally, but please keep it in mind for future changes.

Ok. Sorry for causing problems in your port.