summaryrefslogtreecommitdiff
path: root/test/CodeGen/avx512-reduceMinMaxIntrin.c
AgeCommit message (Expand)Author
2018-06-19Recommit r335070 "[X86] Rewrite the max and min reduction intrinsics to make ...Craig Topper
2018-06-19Revert r335070 "[X86] Rewrite the max and min reduction intrinsics to make be...Craig Topper
2018-06-19[X86] Rewrite the max and min reduction intrinsics to make better use of othe...Craig Topper
2018-05-26Revert r333347 "[X86] Rewrite the max and min reduction intrinsics to make be...Craig Topper
2018-05-26[X86] Rewrite the max and min reduction intrinsics to make better use of othe...Craig Topper
2018-05-23[X86] In the floating point max reduction intrinsics, negate infinity before ...Craig Topper
2018-05-23[X86] Remove mask argument from more builtins that are handled completely in ...Craig Topper
2018-04-10CodeGen tests - typo fixes NFCGabor Buella
2017-09-25[x86] remove RUNs that were checking fully optimized IRSanjay Patel
2017-02-03[x86] fix tests with wrong dependency to pass because they broke with r294049Sanjay Patel
2016-10-30Fixing "type" issue for (epi32) Michael Zuckerman
2016-10-29[X86][AVX512][Clang][Intrinsics][reduce] Adding missing reduce (max|min) intr...Michael Zuckerman