This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP-OPT] Remove limit for heap to stack conversions of __kmpc_alloc_shared allocations
ClosedPublic

Authored by doru1004 on Apr 20 2023, 3:19 PM.

Details

Summary

This patch removes the limit on heap to stack conversions for allocations coming from __kmpc_alloc_shared allocations.

Diff Detail

Event Timeline

doru1004 created this revision.Apr 20 2023, 3:19 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 20 2023, 3:19 PM
doru1004 requested review of this revision.Apr 20 2023, 3:19 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald Transcript

Make a test for the attributor/openmp-opt, also don't use O2 in tests, the IR only test is sufficient.

doru1004 updated this revision to Diff 515516.Apr 20 2023, 3:45 PM

Make a test for the attributor/openmp-opt, also don't use O2 in tests, the IR only test is sufficient.

I removed the clang test since it wasn't testing anything new.

This revision is now accepted and ready to land.Apr 20 2023, 3:59 PM