This is an archive of the discontinued LLVM Phabricator instance.

[InstrProfiling] Update test cases for using "atomicrmw add" to increment counters.
Needs ReviewPublic

Authored by samsonov on Jul 28 2015, 3:15 PM.

Details

Reviewers
dnovillo
bogner
Summary

This patch is generated by running "s/store/atomicrmw add/".
As a side note, it's sort of unfortunate that LLVM-specific code
(InstrProfiling instrumentation) is tests only by Clang testsuite.

Diff Detail

Event Timeline

samsonov updated this revision to Diff 30866.Jul 28 2015, 3:15 PM
samsonov retitled this revision from to [InstrProfiling] Update test cases for using "atomicrmw add" to increment counters..
samsonov updated this object.
samsonov added reviewers: dnovillo, bogner.
samsonov added a subscriber: cfe-commits.