This is an archive of the discontinued LLVM Phabricator instance.

[clang] Convert remaining OpenMP tests to opaque pointers
ClosedPublic

Authored by barannikov88 on May 16 2023, 3:13 PM.

Diff Detail

Event Timeline

barannikov88 created this revision.May 16 2023, 3:13 PM
barannikov88 requested review of this revision.May 16 2023, 3:13 PM
Herald added a project: Restricted Project. · View Herald Transcript

These are the last tests in OpenMP subdirectory.

clang/test/OpenMP/target_simd_codegen.cpp
143

Depending on the RUN line, the second argument should match either ptr or an integer.
I couldn't invent a better solution than just to remove the check. Hopefully this is ok.

nikic accepted this revision.May 17 2023, 12:33 PM

LGTM

This revision is now accepted and ready to land.May 17 2023, 12:33 PM