[PATCH] D102489: [Clang,Driver] Add -fveclib=Darwin_libsystem_m support.

Alex Lorenz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 14 07:29:30 PDT 2021


arphaman added inline comments.


================
Comment at: clang/lib/CodeGen/BackendUtil.cpp:405
     break;
+  case CodeGenOptions::Darwin_libsystem_m:
+    TLII->addVectorizableFunctionsFromVecLib(
----------------
Can you add an IRGen testcase that verifies that TLII is setting the vecLib correctly here?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102489



More information about the cfe-commits mailing list