[PATCH] D80020: [PowerPC] Add support for -mcpu=pwr10 in both clang and llvm

Amy Kwan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 26 10:17:22 PDT 2020


amyk accepted this revision.
amyk added a comment.

I think this looks good aside from the comments I had.



================
Comment at: llvm/lib/Target/PowerPC/PPCSubtarget.h:142
   bool IsISA3_0;
+  bool IsISA3_1;
   bool UseLongCalls;
----------------
Missing `IsISA3_1 = false;` in PPCSubtarget.cpp.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80020





More information about the llvm-commits mailing list