summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2018-06-07 18:21:24 +0000
committerSanjay Patel <spatel@rotateright.com>2018-06-07 18:21:24 +0000
commit4b1205b40f0c35b25c90cf42e073a793e43bb0f1 (patch)
tree141a87721d1087a857edc66abcc7780ab946b5cf /clang/lib/Frontend/CompilerInvocation.cpp
parentc3bc63e54b6da558c4132050a29967748233d578 (diff)
downloadbcm5719-llvm-4b1205b40f0c35b25c90cf42e073a793e43bb0f1.tar.gz
bcm5719-llvm-4b1205b40f0c35b25c90cf42e073a793e43bb0f1.zip
[TargetLibraryInfo] add mappings from LLVM sin/cos intrinsics to SVML calls
These weren't included in D19544 - probably just an oversight. D40044 made it more likely that we'll have LLVM math intrinsics rather than libcalls, so this bug was more easily exposed. As the tests/code show, we already have the complete mappings for pow/exp/log. I don't have any experience with SVML, so I don't know if anything else is missing. It's also not clear to me that we should be doing this transform in IR rather than DAG/isel, but that's a separate issue. Differential Revision: https://reviews.llvm.org/D47610 llvm-svn: 334211
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud