[PATCH] D81508: [PowerPC] Add __vector_pair and __vector_quad types

Alexey Bataev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 14 11:14:29 PDT 2020


ABataev added inline comments.


================
Comment at: llvm/lib/Target/PowerPC/PPCTargetMachine.cpp:160
+  // which is 256 and 512 bytes - way over aligned.
+  bool IsCPUP10OrNewer = CPU == "pwr10" || CPU == "power10" || CPU == "future";
+  if (IsCPUP10OrNewer &&
----------------
StringSwitch?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81508





More information about the llvm-commits mailing list