This is an archive of the discontinued LLVM Phabricator instance.

[CUDA] Add additional testcases for EraseUnwantedCUDAMatches.
ClosedPublic

Authored by jlebar on Jun 30 2016, 5:23 PM.

Details

Summary

Specifically, this patch adds testcases for all three calls to
EraseUnwantedCUDAMatches. The addr-of-overloaded-fn test I accidentally
neutered in r264207, which moved much of
CodeGenCUDA/function-overload.cu into SemaCUDA/function-overload.cu.
The coverage from overloaded-delete test is new.

Diff Detail

Repository
rL LLVM

Event Timeline

jlebar updated this revision to Diff 62445.Jun 30 2016, 5:23 PM
jlebar retitled this revision from to [CUDA] Add additional testcases for EraseUnwantedCUDAMatches..
jlebar updated this object.
jlebar added a reviewer: tra.
jlebar added a subscriber: cfe-commits.
tra accepted this revision.Jul 6 2016, 10:06 AM
tra edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Jul 6 2016, 10:06 AM
This revision was automatically updated to reflect the committed changes.