diff options
author | Ting Wang <Ting.Wang.SH@ibm.com> | 2022-04-05 22:43:48 -0400 |
---|---|---|
committer | Ting Wang <Ting.Wang.SH@ibm.com> | 2022-04-05 22:43:48 -0400 |
commit | b389354b285744f700fd9372c8707fa056d7cb37 (patch) | |
tree | 90908f00aca761fea36e88ada064a69dbe64f255 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | 634bf829a8d289371d5b5a50b787596124228898 (diff) | |
download | llvm-b389354b285744f700fd9372c8707fa056d7cb37.zip llvm-b389354b285744f700fd9372c8707fa056d7cb37.tar.gz llvm-b389354b285744f700fd9372c8707fa056d7cb37.tar.bz2 |
[Clang][PowerPC] Add max/min intrinsics to Clang and PPC backend
Add support for builtin_[max|min] which has below prototype:
A builtin_max (A1, A2, A3, ...)
All arguments must have the same type; they must all be float, double, or long double.
Internally use SelectCC to get the result.
Reviewed By: qiucf
Differential Revision: https://reviews.llvm.org/D122478
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions