This is an archive of the discontinued LLVM Phabricator instance.

OpenMP: Don't use target regions in library function test
ClosedPublic

Authored by arsenm on Jun 13 2023, 2:27 PM.

Details

Reviewers
JonChesterfield
pdhaliwal
jdoerfert
doru1004
Group Reviewers
Restricted Project
Summary

Use pragma omp declare target to reduce the IR noise around the call
we're actually trying to test.

Diff Detail

Event Timeline

arsenm created this revision.Jun 13 2023, 2:27 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 13 2023, 2:27 PM
arsenm requested review of this revision.Jun 13 2023, 2:27 PM
jdoerfert accepted this revision.Jun 30 2023, 9:48 AM
This revision is now accepted and ready to land.Jun 30 2023, 9:48 AM