This is an archive of the discontinued LLVM Phabricator instance.

[CUDA] Split device-var-init.cu tests into separate Sema and CodeGen parts.
ClosedPublic

Authored by tra on May 10 2016, 3:29 PM.

Details

Summary

Codegen tests for device-side variable initialization are subset of test
cases used to verify Sema's part of the job.
Including CodeGenCUDA/device-var-init.cu from SemaCUDA makes it easier to
keep both sides in sync.

Diff Detail

Repository
rL LLVM

Event Timeline

tra updated this revision to Diff 56824.May 10 2016, 3:29 PM
tra retitled this revision from to [CUDA] Split device-var-init.cu tests into separate Sema and CodeGen parts..
tra updated this object.
tra added a reviewer: jlebar.
tra added a subscriber: cfe-commits.
jlebar accepted this revision.May 10 2016, 3:30 PM
jlebar edited edge metadata.

Rubber stamp.

This revision is now accepted and ready to land.May 10 2016, 3:30 PM
tra added inline comments.May 10 2016, 3:46 PM
test/SemaCUDA/device-var-init.cu
7–11 ↗(On Diff #56824)

I wonder if it's OK for me to #include a file from another test directory?
Please let me know if you have concerns or suggestions.

This revision was automatically updated to reflect the committed changes.