Albion Fung b93359ea3f [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
2021-09-21 16:29:37 -05:00
..
2020-06-05 13:04:21 +01:00
2021-09-06 17:24:30 +08:00
2021-09-06 17:24:30 +08:00
2020-12-08 10:28:26 +00:00
2021-04-21 18:44:12 -07:00
2021-03-24 18:11:37 -07:00
2020-12-08 10:28:26 +00:00
2021-05-15 10:22:49 -07:00
2020-12-08 10:28:26 +00:00