[PATCH] D105556: [OpenMP] Set RequiresFullRuntime false in SPMDization

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 19 12:42:23 PDT 2021


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

LG, one minor thing below.



================
Comment at: llvm/lib/Transforms/IPO/OpenMPOpt.cpp:2784
+      // generic then true, if SPMD then false.
+      if (!isValidState())
+        return nullptr;
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105556



More information about the llvm-commits mailing list