diff options
| author | Nemanja Ivanovic <nemanja.i.ibm@gmail.com> | 2015-07-10 12:38:08 +0000 |
|---|---|---|
| committer | Nemanja Ivanovic <nemanja.i.ibm@gmail.com> | 2015-07-10 12:38:08 +0000 |
| commit | 5655fb320c407f206e17d47b9bdd6a302f6abfaf (patch) | |
| tree | c2aace24688ad2ac8d3a1d0d81cd1942ade599e0 /llvm/include | |
| parent | 3cfdf2043c6e750236859dcef44c26034faf4893 (diff) | |
| download | bcm5719-llvm-5655fb320c407f206e17d47b9bdd6a302f6abfaf.tar.gz bcm5719-llvm-5655fb320c407f206e17d47b9bdd6a302f6abfaf.zip | |
Add missing builtins to the PPC back end for ABI compliance (vol. 3)
This patch corresponds to review:
http://reviews.llvm.org/D10973
Back end portion of the third round of additions to altivec.h.
llvm-svn: 241900
Diffstat (limited to 'llvm/include')
| -rw-r--r-- | llvm/include/llvm/IR/IntrinsicsPowerPC.td | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/include/llvm/IR/IntrinsicsPowerPC.td b/llvm/include/llvm/IR/IntrinsicsPowerPC.td index 630f89a0bdd..f708f803c05 100644 --- a/llvm/include/llvm/IR/IntrinsicsPowerPC.td +++ b/llvm/include/llvm/IR/IntrinsicsPowerPC.td @@ -719,6 +719,9 @@ def int_ppc_vsx_xvcmpgtdp : def int_ppc_vsx_xvcmpgtsp : PowerPC_VSX_Intrinsic<"xvcmpgtsp", [llvm_v4i32_ty], [llvm_v4f32_ty, llvm_v4f32_ty], [IntrNoMem]>; +def int_ppc_vsx_xxleqv : + PowerPC_VSX_Intrinsic<"xxleqv", [llvm_v4i32_ty], + [llvm_v4i32_ty, llvm_v4i32_ty], [IntrNoMem]>; } //===----------------------------------------------------------------------===// |

