diff options
author | Albion Fung <albionapc@gmail.com> | 2021-09-21 15:46:30 -0500 |
---|---|---|
committer | Albion Fung <albionapc@gmail.com> | 2021-09-21 16:29:37 -0500 |
commit | b93359ea3fe59ea0c652f5e61ee68231e2fb60c4 (patch) | |
tree | 26fafe1573ade6e05393830f98ff729331edbf79 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 52832cd917af00e2b9c6a9d1476ba79754dcabff (diff) | |
download | llvm-b93359ea3fe59ea0c652f5e61ee68231e2fb60c4.zip llvm-b93359ea3fe59ea0c652f5e61ee68231e2fb60c4.tar.gz llvm-b93359ea3fe59ea0c652f5e61ee68231e2fb60c4.tar.bz2 |
[PowerPC] Support for vector bool int128 on vector comparison builtins
This patch implements support for the type vector bool int128
for arguments on vector comparison builtins listed below,
which would otherwise crash due to ambiguity.
The following builtins are added:
vec_all_eq (vector bool __int128, vector bool __int128)
vec_all_ne (vector bool __int128, vector bool __int128)
vec_any_eq (vector bool __int128, vector bool __int128)
vec_any_ne (vector bool __int128, vector bool __int128)
vec_cmpne(vector bool __int128 a, vector bool __int128 b)
vec_cmpeq(vector bool __int128 a, vector bool __int128 b)
Differential revision: https://reviews.llvm.org/D110084
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions