This is an archive of the discontinued LLVM Phabricator instance.

[NVPTX] Switch nvptx-use-infer-addrspace to true.
ClosedPublic

Authored by jlebar on Aug 18 2016, 2:27 PM.

Details

Summary

This switches us to use a different, more powerful algorithm for address
space inference. I've tested this locally and it seems to work great.
Once we're more confident in it, we can remove the old pass altogether.

Diff Detail

Repository
rL LLVM

Event Timeline

jlebar updated this revision to Diff 68605.Aug 18 2016, 2:27 PM
jlebar retitled this revision from to [NVPTX] Switch nvptx-use-infer-addrspace to true..
jlebar updated this object.
jlebar added a reviewer: jingyue.
jlebar added subscribers: tra, llvm-commits.
jlebar updated this revision to Diff 68608.Aug 18 2016, 2:30 PM

Remove out-of-date comment.

jlebar updated this revision to Diff 68614.Aug 18 2016, 2:41 PM

Update tests.

jingyue accepted this revision.Aug 18 2016, 3:45 PM
jingyue edited edge metadata.

Yay! Thanks for testing this!

This revision is now accepted and ready to land.Aug 18 2016, 3:45 PM
This revision was automatically updated to reflect the committed changes.