This is an archive of the discontinued LLVM Phabricator instance.

[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
__muldc3 intrinsic functions. Change the remarks to avoid these functions.

Diff Detail

Event Timeline

jhuber6 created this revision.Jun 30 2021, 7:56 AM
jhuber6 requested review of this revision.Jun 30 2021, 7:56 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 30 2021, 7:56 AM
This revision is now accepted and ready to land.Jun 30 2021, 8:22 AM