This is an archive of the discontinued LLVM Phabricator instance.

Enhance synchscope representation (clang)
ClosedPublic

Authored by kzhuravl on May 11 2017, 4:06 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

kzhuravl created this revision.May 11 2017, 4:06 PM
t-tye accepted this revision.May 11 2017, 4:40 PM

LGTM

This revision is now accepted and ready to land.May 11 2017, 4:40 PM
yaxunl accepted this revision.Jul 5 2017, 12:39 PM

LGTM. Thanks!

mehdi_amini accepted this revision.Jul 5 2017, 12:48 PM

Make sure your commit message correctly reference the LLVM change.

test/CodeGen/ms-barriers-intrinsics.c
39 ↗(On Diff #98697)

Don't remove: file should end with a new line I believe.

kzhuravl updated this revision to Diff 105499.Jul 6 2017, 11:53 AM
kzhuravl marked an inline comment as done.

Address review feedback.

Make sure your commit message correctly reference the LLVM change.

Will do, thanks.

This revision was automatically updated to reflect the committed changes.