We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5621571 commit 4e29d25Copy full SHA for 4e29d25
llvm/lib/Transforms/IPO/OpenMPOpt.cpp
@@ -657,8 +657,8 @@ struct OpenMPOpt {
657
658
for (Function *F : SCC) {
659
for (auto DeduplicableRuntimeCallID : DeduplicableRuntimeCallIDs)
660
- deduplicateRuntimeCalls(*F,
661
- OMPInfoCache.RFIs[DeduplicableRuntimeCallID]);
+ Changed |= deduplicateRuntimeCalls(
+ *F, OMPInfoCache.RFIs[DeduplicableRuntimeCallID]);
662
663
// __kmpc_global_thread_num is special as we can replace it with an
664
// argument in enough cases to make it worth trying.
0 commit comments