This is an archive of the discontinued LLVM Phabricator instance.

Fix return status of AtomicExpandPass
ClosedPublic

Authored by serge-sans-paille on Jul 9 2020, 12:39 AM.

Details

Summary

Correctly reflect change in the return status.

Patch needed to land https://reviews.llvm.org/D80916

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptJul 9 2020, 12:39 AM
foad accepted this revision.Jul 9 2020, 1:08 AM

Looks obviously correct. Might be slightly neater to change expandPartwordCmpXchg to return true, like expandAtomicCmpXchg does?

This revision is now accepted and ready to land.Jul 9 2020, 1:08 AM
This revision was automatically updated to reflect the committed changes.