The OpenMP 5.1 assumptions no_openmp and no_openmp_routines allow us
to ignore calls that would otherwise prevent ICV tracking.
Once we track more ICVs we might need to distinguish the ones that could
be impacted even with no_openmp_routines.
Paths
| Differential D92050
[OpenMP] Use assumptions during ICV tracking ClosedPublic Authored by jdoerfert on Nov 24 2020, 11:42 AM.
Details Summary The OpenMP 5.1 assumptions no_openmp and no_openmp_routines allow us Once we track more ICVs we might need to distinguish the ones that could
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 24 2020, 12:36 PM Closed by commit rGdcaec81211be: [OpenMP] Use assumptions during ICV tracking (authored by jdoerfert). · Explain WhyDec 15 2020, 2:52 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 312043 llvm/lib/Transforms/IPO/OpenMPOpt.cpp
llvm/test/Transforms/OpenMP/icv_tracking.ll
|