This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Add preliminary support for ARMv8.1 SUB/AND atomics
ClosedPublic

Authored by mssimpso on Jul 12 2017, 8:55 AM.

Details

Summary

This patch is a follow-up to r305893 and adds preliminary support for the fetch_sub and fetch_and operations.

Event Timeline

mssimpso created this revision.Jul 12 2017, 8:55 AM
t.p.northover accepted this revision.Jul 13 2017, 7:02 AM

This looks fine to me.

This revision is now accepted and ready to land.Jul 13 2017, 7:02 AM
mssimpso closed this revision.Jul 13 2017, 8:03 AM

Committed in rL307913.