The remarks will trigger on some functions that are marked cold, such as the
__muldc3 intrinsic functions. Change the remarks to avoid these functions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D105196
[OpenMP] Change analysis remarks to not emit on cold functions ClosedPublic Authored by jhuber6 on Jun 30 2021, 7:56 AM.
Details Summary The remarks will trigger on some functions that are marked cold, such as the
Diff Detail
Event TimelineHerald added subscribers: ormris, guansong, hiraditya, yaxunl. · View Herald TranscriptJun 30 2021, 7:56 AM This revision is now accepted and ready to land.Jun 30 2021, 8:22 AM Closed by commit rGecabc6684f23: [OpenMP] Change analysis remarks to not emit on cold functions (authored by jhuber6). · Explain WhyJun 30 2021, 8:54 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 355553 llvm/lib/Transforms/IPO/OpenMPOpt.cpp
llvm/test/Transforms/OpenMP/single_threaded_execution.ll
|