This is an archive of the discontinued LLVM Phabricator instance.

[NVPTX] Renamed NVPTXLowerKernelArgs -> NVPTXLowerArgs. NFC.
ClosedPublic

Authored by tra on Jul 20 2016, 12:57 PM.

Details

Summary

After r276153 the pass applies to both kernels and regular device functions.

Diff Detail

Event Timeline

tra updated this revision to Diff 64735.Jul 20 2016, 12:57 PM
tra retitled this revision from to [NVPTX] Renamed NVPTXLowerKernelArgs -> NVPTXLowerArgs. NFC. .
tra updated this object.
tra added a reviewer: jlebar.
tra added a subscriber: llvm-commits.
jlebar accepted this revision.Jul 20 2016, 1:44 PM
jlebar edited edge metadata.
jlebar added inline comments.
lib/Target/NVPTX/NVPTXLowerArgs.cpp
1

Fix comment (and the silly "------" bits).

This revision is now accepted and ready to land.Jul 20 2016, 1:44 PM
This revision was automatically updated to reflect the committed changes.