summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/avx512-reduceMinMaxIntrin.c
Commit message (Collapse)AuthorAgeFilesLines
* [x86] remove RUNs that were checking fully optimized IRSanjay Patel2017-09-251-340/+2512
| | | | | | | | Clang regression tests that depend on the optimizer can break when there are changes to LLVM...as in: https://reviews.llvm.org/rL314117 llvm-svn: 314144
* [x86] fix tests with wrong dependency to pass because they broke with r294049Sanjay Patel2017-02-031-4/+6
| | | | llvm-svn: 294058
* Fixing "type" issue for (epi32) Michael Zuckerman2016-10-301-4/+4
| | | | | | and replaceing hardcoded inf with clang builtin inf "__builtin_inff()" for float ({max|min}_{pd|ps}) llvm-svn: 285519
* [X86][AVX512][Clang][Intrinsics][reduce] Adding missing reduce (max|min) ↵Michael Zuckerman2016-10-291-0/+437
intrinsics to Clang . After LGTM and Check-all Vector-reduction arithmetic accepts vectors as inputs and produces scalars as outputs.This class of vector operation forms the basis of many scientific computations. In vector-reduction arithmetic, the evaluation off is independent of the order of the input elements of V. Reviewer: 1. craig.topper 2. igorb Differential Revision: https://reviews.llvm.org/D25988 llvm-svn: 285493
OpenPOWER on IntegriCloud