[PATCH] D126302: [PowerPC] Diagnose invalid combination with Altivec, VSX and soft-float

Qiu Chaofan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 25 22:42:12 PDT 2022


qiucf added inline comments.


================
Comment at: clang/lib/Basic/Targets/PPC.cpp:450
 
+  // Cannot allow VSX with no Altivec.
+  if (llvm::is_contained(FeaturesVec, "-hard-float") &&
----------------
Comments in reverse order?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D126302



More information about the llvm-commits mailing list