This is an archive of the discontinued LLVM Phabricator instance.

[OPENMP] Initial support of 'reduction' clause
ClosedPublic

Authored by ABataev on May 15 2014, 1:30 AM.

Details

Summary

Parsing and sema analysis for OpenMP clause 'reduction'

Diff Detail

Event Timeline

ABataev updated this revision to Diff 9411.May 15 2014, 1:30 AM
ABataev retitled this revision from to [OPENMP] Initial support of 'reduction' clause.
ABataev updated this object.
ABataev edited the test plan for this revision. (Show Details)
ABataev added a subscriber: Unknown Object (MLST).

I found the patch does not work with the latest trunk. Could you please rebase, or provide a version number the patch is based on?
BTW, I am using git mirror, it will be appropriated to show me how to locate the base. Are we using git log? I did not find any tags...

Hi Guansong,
You have to use svn revision 208774. I think sha1 for clang is
9b6eaeef4c7844509a3a3e4de39bfafb9f8990ff and for llvm
c413e016723673ca93d5700c72083194ac21b766.

Best regards,

Alexey Bataev

Software Engineer
Intel Compiler Team
Intel Corp.

28 Май 2014 г. 19:01:11, Guansong Zhang писал:

I found the patch does not work with the latest trunk. Could you please rebase, or provide a version number the patch is based on?
BTW, I am using git mirror, it will be appropriated to show me how to locate the base. Are we using git log? I did not find any tags...

http://reviews.llvm.org/D3776

ABataev accepted this revision.Jun 16 2014, 12:16 AM
ABataev added a reviewer: ABataev.
This revision is now accepted and ready to land.Jun 16 2014, 12:16 AM
ABataev closed this revision.Jun 16 2014, 12:17 AM

Committed revision 211007.