This is an archive of the discontinued LLVM Phabricator instance.

[ARM64] [Windows] Implement _InterlockedExchangeAdd*_* builtins.
ClosedPublic

Authored by efriedma on Oct 30 2018, 5:54 PM.

Diff Detail

Repository
rC Clang

Event Timeline

efriedma created this revision.Oct 30 2018, 5:54 PM
efriedma updated this revision to Diff 171852.Oct 30 2018, 6:01 PM

Get rid of unnecessary constants.

efriedma updated this revision to Diff 171853.Oct 30 2018, 6:03 PM

Upload correct diff.

rnk accepted this revision.Oct 30 2018, 6:19 PM

lgtm

lib/CodeGen/CGBuiltin.cpp
100

This generalized nicely. :)

This revision is now accepted and ready to land.Oct 30 2018, 6:19 PM
This revision was automatically updated to reflect the committed changes.