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

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 7 12:07:54 PDT 2021


jdoerfert added inline comments.


================
Comment at: llvm/lib/Transforms/IPO/OpenMPOpt.cpp:2828
+                                      DeinitRequiresFullRuntimeArgNo),
+        IsSPMDModeSimplifyCB);
 
----------------
The callback you need here should return "the opposite" of IsSPMDModeSimplifyCB.


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