This is an archive of the discontinued LLVM Phabricator instance.

[OPENMP] Add regression test for codegen of distribute pragma for NVPTX
AcceptedPublic

Authored by carlo.bertolli on Mar 8 2016, 8:08 PM.

Details

Summary

The support for distribute pragma is the same on host and NVPTX. However, the generated code looks different from a interface perspective (e.g. parameters to offloading function have different type on host and NVPTX). I added a regression test that checks for the distinct NVPTX generated code.

Diff Detail

Repository
rL LLVM

Event Timeline

carlo.bertolli retitled this revision from to [OPENMP] Add regression test for codegen of distribute pragma for NVPTX.
carlo.bertolli updated this object.
carlo.bertolli set the repository for this revision to rL LLVM.
ABataev accepted this revision.Mar 8 2016, 9:53 PM
ABataev edited edge metadata.

LG

This revision is now accepted and ready to land.Mar 8 2016, 9:53 PM
mkuron added a subscriber: mkuron.Mar 20 2016, 9:15 AM

Looks like patch was not committed.