Landing: 25ab3b4d5c2b
Project / Subsystem
gcc / testsuite
Date
2026-05-28
Author
Tamar Christina
Commit
25ab3b4d5c2bb6610520dfa89eb739b24a81a0b9
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- testsuite
- patch_id
- —
- commit_hash
- 25ab3b4d5c2bb6610520dfa89eb739b24a81a0b9
- source_type
- github
- headline
- testsuite: Add AVX512 requirement to a vectorization test.
- tldr
- The test case vect-early-break-no-epilog_11.c now requires AVX512 instructions on x86_64 to vectorize correctly.
- author
- Tamar Christina
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • testsuite
- • vectorization
- • avx512
- • x86_64
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-05-28T00:00:00.000Z
The test case vect-early-break-no-epilog_11.c now requires AVX512 instructions for vectorization on x86_64 architectures. Without AVX512, the test may not vectorize as intended. This change ensures that the test is only run on systems that support AVX512, preventing false negatives.