This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Replace use of PPC64 macro into powerpc64 in intrinsic headers
AbandonedPublic

Authored by qiucf on Nov 7 2022, 2:27 AM.

Details

Reviewers
nemanjai
lkail
shchenz
Group Reviewers
Restricted Project

Diff Detail

Event Timeline

qiucf created this revision.Nov 7 2022, 2:27 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 7 2022, 2:27 AM
Herald added a subscriber: kbarton. · View Herald Transcript
qiucf requested review of this revision.Nov 7 2022, 2:27 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 7 2022, 2:27 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
lkail accepted this revision as: lkail.Nov 7 2022, 6:10 PM

lgtm. Though __PPC64__ is kept in https://reviews.llvm.org/D137511, we prefer to use __powerpc64__ which is documented in https://reviews.llvm.org/D137511.

This revision is now accepted and ready to land.Nov 7 2022, 6:10 PM
qiucf abandoned this revision.Nov 8 2022, 6:18 PM

I think rG7aa90b21b453d1ca52fdfccfd7e01e61d9e5b1f1 has already done that.