This is an archive of the discontinued LLVM Phabricator instance.

[COFF, ARM64] Implement InterlockedExchange*_* builtins
ClosedPublic

Authored by mgrang on Nov 2 2018, 1:35 PM.

Details

Summary

Windows SDK needs these intrinsics to be proper builtins. This is second in a series of patches to move intrinsic defintions out of intrin.h.

Diff Detail

Repository
rL LLVM

Event Timeline

mgrang created this revision.Nov 2 2018, 1:35 PM
efriedma accepted this revision.Nov 2 2018, 1:50 PM

LGTM

This revision is now accepted and ready to land.Nov 2 2018, 1:50 PM
rnk accepted this revision.Nov 2 2018, 1:57 PM

lgtm

This revision was automatically updated to reflect the committed changes.