[PATCH] D109321: [clang][OpenMP] Fix the bug in codegen for ordered directive

Joseph Huber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 6 06:50:34 PDT 2021


jhuber6 added a comment.

In D109321#2985281 <https://reviews.llvm.org/D109321#2985281>, @lebedev.ri wrote:

> Aha. But i don't think this is the right fix,
> the fact that the inlining manifests the miscompile is a symptom.

Preventing the outlined region from being inlined would also hurt OpenMP performance considerably.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109321/new/

https://reviews.llvm.org/D109321



More information about the cfe-commits mailing list