This is an archive of the discontinued LLVM Phabricator instance.

Disable all standard lib functions for NVVM.
ClosedPublic

Authored by jlebar on Jan 26 2016, 2:57 PM.

Details

Summary

NVVM doesn't have a standard library, as currently implemented, so this
just isn't going to work. I'd like to revisit this, since it's hiding
opportunities for optimization, but correctness comes first.

Thank you to hfinkel for pointing me in the right direction here.

Diff Detail

Repository
rL LLVM

Event Timeline

jlebar updated this revision to Diff 46057.Jan 26 2016, 2:57 PM
jlebar retitled this revision from to Disable all standard lib functions for NVVM..
jlebar updated this object.
jlebar added a reviewer: tra.
jlebar added subscribers: hfinkel, llvm-commits, jhen, echristo.
tra accepted this revision.Jan 26 2016, 3:35 PM
tra edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Jan 26 2016, 3:35 PM
This revision was automatically updated to reflect the committed changes.