[PATCH] D137536: [NFC] Replace use of PPC64 macro into powerpc64 in intrinsic headers

Kai Luo via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 7 18:11:01 PST 2022


lkail accepted this revision as: lkail.
lkail added a comment.
This revision is now accepted and ready to land.

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.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D137536/new/

https://reviews.llvm.org/D137536



More information about the cfe-commits mailing list