[PATCH] D147172: [OpenMP][Flang][MLIR] Add lowering of TargetOp for host codegen
Kiran Chandramohan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 3 05:04:09 PDT 2023
kiranchandramohan added a comment.
In D147172#4237283 <https://reviews.llvm.org/D147172#4237283>, @jsjodin wrote:
> @kiranchandramohan I moved the outlining to the OpenMPIRBuilder, is this more in line of what you were thinking? There is a patch up by @TIFitis for Fortran->Fir lowering https://reviews.llvm.org/D147339. I will prune this patch to only have the OMP+LLVM Dialect -> LLVMIR portions and appropriate tests.
Thanks @jsjodin for the changes. Yes, moving the code to the OpenMPIRBuilder looks fine. I have not looked at the patch in detail. But I see that you have not used the OpenMPIRBuilder's outlining facility (OutlineInfo(s) and the PostOutlineCB). Are there any issues in using these here?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147172/new/
https://reviews.llvm.org/D147172
More information about the llvm-commits
mailing list