unsigned long long builtin_unpack_vector_int128 (vector int128_t, int);
vector int128_t builtin_pack_vector_int128 (unsigned long long, unsigned long long);
Builtins should behave the same way as in GCC.
Paths
| Differential D52074
[PowerPC] [Clang] Add vector int128 pack/unpack builtins ClosedPublic Authored by • wuzish on Sep 13 2018, 10:42 PM.
Details Summary
Builtins should behave the same way as in GCC.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 14 2018, 6:38 AM Closed by commit rL342614: [PowerPC] [Clang] Add vector int128 pack/unpack builtins (authored by • qshanz). · Explain WhySep 19 2018, 10:07 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 166222 cfe/trunk/include/clang/Basic/BuiltinsPPC.def
cfe/trunk/lib/CodeGen/CGBuiltin.cpp
cfe/trunk/lib/Sema/SemaChecking.cpp
cfe/trunk/test/CodeGen/builtins-ppc-error.c
cfe/trunk/test/CodeGen/builtins-ppc-p7-disabled.c
cfe/trunk/test/CodeGen/builtins-ppc-vsx.c
|