__compare_and_swap* should return i32 rather than i1.
Details
Details
- Reviewers
jsji - Group Reviewers
Restricted Project - Commits
- rGe4902e69e99d: [PowerPC] Fix return type of XL compat CAS
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D107077
[PowerPC] Fix return type of XL compat CAS ClosedPublic Authored by lkail on Jul 29 2021, 7:33 AM.
Details
Summary __compare_and_swap* should return i32 rather than i1.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 29 2021, 7:34 AM This revision was landed with ongoing or failed builds.Jul 29 2021, 7:49 AM Closed by commit rGe4902e69e99d: [PowerPC] Fix return type of XL compat CAS (authored by lkail). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 362778 clang/lib/CodeGen/CGBuiltin.cpp
clang/test/CodeGen/builtins-ppc-xlcompat-cas.c
|