This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC] Fix return type of XL compat CAS
ClosedPublic

Authored by lkail on Jul 29 2021, 7:33 AM.

Details

Reviewers
jsji
Group Reviewers
Restricted Project
Commits
rGe4902e69e99d: [PowerPC] Fix return type of XL compat CAS
Summary

__compare_and_swap* should return i32 rather than i1.

Diff Detail

Event Timeline

lkail created this revision.Jul 29 2021, 7:33 AM
lkail requested review of this revision.Jul 29 2021, 7:33 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 29 2021, 7:33 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
jsji accepted this revision as: jsji.Jul 29 2021, 7:34 AM

LGTM. Thanks!

This 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
This revision was automatically updated to reflect the committed changes.