This is an archive of the discontinued LLVM Phabricator instance.

[clang] Convert a few OpenMP tests to opaque pointers
ClosedPublic

Authored by barannikov88 on May 16 2023, 2:38 AM.

Diff Detail

Event Timeline

barannikov88 created this revision.May 16 2023, 2:38 AM
barannikov88 requested review of this revision.May 16 2023, 2:38 AM
Herald added a project: Restricted Project. · View Herald Transcript

These tests were updated manually, but I verified that the script produces similar results (modulo the cases that it couldn't handle, mostly CHECK-DAG).

barannikov88 added inline comments.May 16 2023, 2:43 AM
clang/test/OpenMP/target_update_codegen.cpp
171–173

These GEPs have disappeared from the output. The call above is now directly fed by the loads below.

nikic accepted this revision.May 16 2023, 5:50 AM

LGTM, thanks!

This revision is now accepted and ready to land.May 16 2023, 5:50 AM
This revision was landed with ongoing or failed builds.May 16 2023, 6:02 AM
This revision was automatically updated to reflect the committed changes.