[all-commits] [llvm/llvm-project] 9d4faa: [PowerPC] Implement cmplxl builtins
Conanap via All-commits
all-commits at lists.llvm.org
Thu Aug 19 19:38:57 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9d4faa8ac3e7f98b1ca09951d4d3a015aeedab38
https://github.com/llvm/llvm-project/commit/9d4faa8ac3e7f98b1ca09951d4d3a015aeedab38
Author: Albion Fung <albionapc at gmail.com>
Date: 2021-08-19 (Thu, 19 Aug 2021)
Changed paths:
M clang/lib/Basic/Targets/PPC.cpp
M clang/test/CodeGen/builtins-ppc-xlcompat-cmplx.c
Log Message:
-----------
[PowerPC] Implement cmplxl builtins
This patch implements the builtins for cmplxl by utilising
__builtin_complex. This builtin is implemented to match XL
functionality.
Differential revision: https://reviews.llvm.org/D107138
More information about the All-commits
mailing list