This is an archive of the discontinued LLVM Phabricator instance.

[AtomicExpand][PowerPC] Fix all-one mask value
ClosedPublic

Authored by lkail on Mar 2 2022, 7:08 PM.

Details

Reviewers
jsji
Group Reviewers
Restricted Project
Commits
rG31906a6090ac: [AtomicExpand][PowerPC] Fix all-one mask value
Summary

When generating a all-one mask value whose bitwidth is larger than 64, signed extension should be used rather then zero extension.

Diff Detail

Event Timeline

lkail created this revision.Mar 2 2022, 7:08 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 2 2022, 7:08 PM
lkail requested review of this revision.Mar 2 2022, 7:08 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 2 2022, 7:08 PM
jsji accepted this revision as: jsji.Mar 16 2022, 7:31 PM

LGTM. Thanks.

This revision is now accepted and ready to land.Mar 16 2022, 7:31 PM
This revision was landed with ongoing or failed builds.Mar 17 2022, 10:36 PM
This revision was automatically updated to reflect the committed changes.