This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Add options to change Attributor max iterations in OpenMPOpt
ClosedPublic

Authored by jhuber6 on Sep 29 2021, 11:53 AM.

Details

Summary

This patch adds a new command line option openmp-opt-max-iterations
that controls the maximum number of iterations the attributor will run
for when compiling OpenMP target device code. This patch also adds a
remark to indicate when the attributor failed because it did not run
for enough iterations.

Diff Detail

Event Timeline

jhuber6 created this revision.Sep 29 2021, 11:53 AM
jhuber6 requested review of this revision.Sep 29 2021, 11:53 AM
Herald added a reviewer: baziotis. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
This revision is now accepted and ready to land.Oct 1 2021, 7:48 AM
This revision was landed with ongoing or failed builds.Oct 4 2021, 6:39 AM
This revision was automatically updated to reflect the committed changes.