This is an archive of the discontinued LLVM Phabricator instance.

Encode alignment attribute for `cmpxchg`
ClosedPublic

Authored by gchatelet on Sep 10 2020, 2:28 AM.

Details

Summary

This is a follow up patch to D83136 adding the align attribute to cmpxchg.
See also D83465 for atomicrmw.

Diff Detail

Event Timeline

gchatelet created this revision.Sep 10 2020, 2:28 AM
Herald added a project: Restricted Project. · View Herald Transcript
gchatelet requested review of this revision.Sep 10 2020, 2:28 AM
jyknight accepted this revision.Feb 11 2021, 11:40 AM

This seems to have fallen off everyone's radar -- sorry about that!

The change looks good to me -- and since it's prerequisite to another change I'm making, I'm gonna go ahead and rebase+push it.

This revision is now accepted and ready to land.Feb 11 2021, 11:40 AM
This revision was automatically updated to reflect the committed changes.