This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP][NFC] Refactor cc tests for implicit simd check
AbandonedPublic

Authored by ggeorgakoudis on May 8 2021, 7:59 AM.

Details

Reviewers
jdoerfert
Summary

This patch updates a subset of Clang OpenMP tests to generate a sufficient implicit check instead of the full IR output for runlines that include only the -fopenmp-simd option.

Generated with https://reviews.llvm.org/D101974, commit 356374622668

Should be the same with https://reviews.llvm.org/D101973, the difference is check prefixes (CHECK#) are consecutive

Diff Detail

Event Timeline

ggeorgakoudis created this revision.May 8 2021, 7:59 AM
ggeorgakoudis requested review of this revision.May 8 2021, 7:59 AM
Herald added a project: Restricted Project. · View Herald Transcript
ggeorgakoudis edited the summary of this revision. (Show Details)May 8 2021, 8:08 AM
ggeorgakoudis edited the summary of this revision. (Show Details)May 8 2021, 10:42 AM

Update for correct implicit checks

ggeorgakoudis edited the summary of this revision. (Show Details)May 18 2021, 1:14 PM
ggeorgakoudis edited the summary of this revision. (Show Details)
ggeorgakoudis abandoned this revision.Jul 20 2021, 11:43 PM

Fixed in another revision (see description)