[all-commits] [llvm/llvm-project] 44feac: [OpenMP] Change remaining globalization from an an...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Tue Jun 22 13:52:22 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 44feacc736e1ae35beafdf1cbfe59f7ff6688157
https://github.com/llvm/llvm-project/commit/44feacc736e1ae35beafdf1cbfe59f7ff6688157
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2021-06-22 (Tue, 22 Jun 2021)
Changed paths:
M llvm/lib/Transforms/IPO/OpenMPOpt.cpp
M llvm/test/Transforms/OpenMP/globalization_remarks.ll
M llvm/test/Transforms/PhaseOrdering/openmp-opt-module.ll
Log Message:
-----------
[OpenMP] Change remaining globalization from an analysis remark to missed
After landing the globalization optimizations, the precense of globalization on
the device that was not put in shared or stack memory is a failed optimization
with performance consequences so it should indicate a missed remark.
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D104735
More information about the All-commits
mailing list