This is an archive of the discontinued LLVM Phabricator instance.

[CUDA] Use Triple::isNVPTX() instead of enumerating nvptx && nvptx64.
ClosedPublic

Authored by jlebar on Jan 22 2016, 5:07 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

jlebar updated this revision to Diff 45775.Jan 22 2016, 5:07 PM
jlebar retitled this revision from to [CUDA] Use Triple::isNVPTX() instead of enumerating nvptx && nvptx64..
jlebar updated this object.
jlebar added a reviewer: tra.
jlebar added subscribers: cfe-commits, jhen, echristo.

Probably qualifies as obvious. Also can you add some text to the assert
while you're there?

Probably qualifies as obvious. Also can you add some text to the assert
while you're there?

Done in my local tree, will submit with that change.

This revision was automatically updated to reflect the committed changes.