[Openmp-commits] [PATCH] D99506: [OpenMP][NFC] Move the `noinline` to the parallel entry point

Jon Chesterfield via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Mar 29 08:09:16 PDT 2021


JonChesterfield accepted this revision.
JonChesterfield added a comment.
This revision is now accepted and ready to land.

Context in https://bugs.llvm.org/show_bug.cgi?id=49752 is that this resolves a regression in stack usage from D94315 <https://reviews.llvm.org/D94315>.  This change looks good. I'm not totally sold on using a function call boundary to convey invariants on ICV, but that's an existing property.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99506



More information about the Openmp-commits mailing list