summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/ModuleSummaryAnalysis.cpp
diff options
context:
space:
mode:
authorCarlo Bertolli <cbertol@us.ibm.com>2018-02-22 19:38:14 +0000
committerCarlo Bertolli <cbertol@us.ibm.com>2018-02-22 19:38:14 +0000
commitbeda214996f6b4ed426490ed853bf0a5912a2c7d (patch)
tree3848d5b125b6ddb4b5901b3e35857c9e08b4d582 /llvm/lib/Analysis/ModuleSummaryAnalysis.cpp
parent401b2a463c1230dcae12472457d6fce5176a8c29 (diff)
downloadbcm5719-llvm-beda214996f6b4ed426490ed853bf0a5912a2c7d.tar.gz
bcm5719-llvm-beda214996f6b4ed426490ed853bf0a5912a2c7d.zip
[OpenMP] Limit reduction support for pragma 'distribute' when combined with pragma 'simd'
Differential Revision: https://reviews.llvm.org/D43513 This is a bug fix that removes the emission of reduction support for pragma 'distribute' when found alone or in combinations without simd. Pragma 'distribute' does not have a reduction clause, but when combined with pragma 'simd' we need to emit the support for simd's reduction clause as part of code generation for distribute. This guard is similar to the one used for reduction support earlier in the same code gen function. llvm-svn: 325822
Diffstat (limited to 'llvm/lib/Analysis/ModuleSummaryAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud