Correctly reflect change in the return status.
Patch needed to land https://reviews.llvm.org/D80916
Differential D83457
Fix return status of AtomicExpandPass serge-sans-paille on Jul 9 2020, 12:39 AM. Authored by
Details
Correctly reflect change in the return status. Patch needed to land https://reviews.llvm.org/D80916
Diff Detail Event TimelineComment Actions Looks obviously correct. Might be slightly neater to change expandPartwordCmpXchg to return true, like expandAtomicCmpXchg does? |