[all-commits] [llvm/llvm-project] ecabc6: [OpenMP] Change analysis remarks to not emit on co...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Wed Jun 30 08:54:40 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ecabc6684f23cb65925d62fac9a14ab52d07951a
https://github.com/llvm/llvm-project/commit/ecabc6684f23cb65925d62fac9a14ab52d07951a
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2021-06-30 (Wed, 30 Jun 2021)
Changed paths:
M llvm/lib/Transforms/IPO/OpenMPOpt.cpp
M llvm/test/Transforms/OpenMP/single_threaded_execution.ll
Log Message:
-----------
[OpenMP] Change analysis remarks to not emit on cold functions
The remarks will trigger on some functions that are marked cold, such as the
`__muldc3` intrinsic functions. Change the remarks to avoid these functions.
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D105196
More information about the All-commits
mailing list