[PATCH] D147172: [OpenMP][Flang][MLIR] Add lowering of TargetOp for host codegen
Jan Sjödin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 25 05:56:57 PDT 2023
jsjodin marked an inline comment as done.
jsjodin added inline comments.
================
Comment at: mlir/lib/Target/LLVMIR/ModuleTranslation.cpp:1270
+ /* OpenMPOffloadMandatory */ false);
+ getOpenMPBuilder()->setConfig(Config);
+ }
----------------
I will remove this recursive call.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147172/new/
https://reviews.llvm.org/D147172
More information about the llvm-commits
mailing list