Correctly reflect change in the return status.
Patch needed to land https://reviews.llvm.org/D80916
Paths
| Differential D83457
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 TimelineComment Actions 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 Closed by commit rGa60c31fd6229: Fix return status of AtomicExpandPass (authored by serge-sans-paille). · Explain WhyJul 9 2020, 1:29 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 276661 llvm/lib/CodeGen/AtomicExpandPass.cpp
|