aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
diff options
context:
space:
mode:
authorAmy Kwan <amy.kwan1@ibm.com>2020-06-18 13:11:09 -0500
committerAmy Kwan <amy.kwan1@ibm.com>2020-06-18 16:23:56 -0500
commitc45c1611303b4609016fa69c1c987ede3bf92006 (patch)
treee2ac2680ab8950517464306a72351fcbdfddce8d /clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
parent2ec1267ecec372e55aed0995917b601f7cf61c5e (diff)
downloadllvm-c45c1611303b4609016fa69c1c987ede3bf92006.zip
llvm-c45c1611303b4609016fa69c1c987ede3bf92006.tar.gz
llvm-c45c1611303b4609016fa69c1c987ede3bf92006.tar.bz2
[PowerPC][Power10] Implement Parallel Bits Deposit/Extract Builtins in LLVM/Clang
This patch implements builtins for the following prototypes: vector unsigned long long vec_pdep(vector unsigned long long, vector unsigned long long); vector unsigned long long vec_pext(vector unsigned long long, vector unsigned long long __b); unsigned long long __builtin_pdepd (unsigned long long, unsigned long long); unsigned long long __builtin_pextd (unsigned long long, unsigned long long); Revision Depends on D80758 Differential Revision: https://reviews.llvm.org/D80935
Diffstat (limited to 'clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions