[PATCH] D53928: Enable builtins necessary for SLEEF [AArch64] vectorized trigonometry libm functions

Stefan Teleman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 14 22:39:31 PST 2019


steleman updated this revision to Diff 186963.
steleman added a comment.

Addressed comments from Renato:

- Diagnostic for unsupported argument to -fveclib=<N> is now:

  error: unsupported option '<X>' for target '<Y>'



- Added check and diagnostic for SVML on non-Intel ISA's.


Repository:
  rC Clang

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

https://reviews.llvm.org/D53928

Files:
  include/clang/Basic/Builtins.def
  include/clang/Basic/CodeGenOptions.h
  include/clang/Driver/Options.td
  lib/CodeGen/BackendUtil.cpp
  lib/CodeGen/CGBuiltin.cpp
  lib/Frontend/CompilerInvocation.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53928.186963.patch
Type: text/x-patch
Size: 9997 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190215/2c21c3ec/attachment-0001.bin>


More information about the cfe-commits mailing list