summaryrefslogtreecommitdiff
path: root/pstl
diff options
context:
space:
mode:
authorLouis Dionne <ldionne.2@gmail.com>2021-08-20 11:42:38 -0400
committerLouis Dionne <ldionne.2@gmail.com>2021-08-20 15:05:13 -0400
commit5425106e493e26f7e0a87077c8eca657a9aff293 (patch)
tree8c02af597f162d994bbcd1c3f8a9b8016080ff38 /pstl
parent9807626bc721a2330758c449548e89913f1826af (diff)
downloadllvm-5425106e493e26f7e0a87077c8eca657a9aff293.tar.gz
[libc++] Remove test-suite annotations for unsupported Clang versions
Differential Revision: https://reviews.llvm.org/D108471
Diffstat (limited to 'pstl')
-rw-r--r--pstl/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/pstl/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp b/pstl/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp
index 75d72fb61429..533443896c35 100644
--- a/pstl/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp
+++ b/pstl/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp
@@ -120,8 +120,6 @@ test()
int
main()
{
- // clang-3.8 fails to correctly auto vectorize the loop in some cases of different types of container's elements,
- // for example: int32_t and int8_t. This issue isn't detected for clang-3.9 and newer versions.
test<int16_t, int8_t>();
test<uint16_t, float32_t>();
test<float64_t, int64_t>();