[PATCH] D80020: [PowerPC] Add support for -mcpu=pwr10 in both clang and llvm
Qing Shan Zhang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun May 17 18:38:07 PDT 2020
steven.zhang added inline comments.
================
Comment at: clang/lib/Basic/Targets/PPC.cpp:272
.Default(false);
Features["qpx"] = (CPU == "a2q");
----------------
steven.zhang wrote:
> Do we miss to define this macro ?
> ```
> __POWER10_VECTOR__
> ```
Well, pls ignore this comments as that macro should be added when p10 vector feature is added.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80020/new/
https://reviews.llvm.org/D80020
More information about the cfe-commits
mailing list