[Openmp-commits] [llvm] [openmp] [OpenMP] Fix target data region codegen being omitted for device pass (PR #85218)

Sergio Afonso via Openmp-commits openmp-commits at lists.llvm.org
Wed Mar 20 04:06:59 PDT 2024


skatrak wrote:

This seems to be yet another manifestation of this problem: #85239, #84611. It appears the workaround implemented in this patch wouldn't be needed (at least for Flang) after solving the problem of skipping host operations during device compilation while still processing target regions nested inside them.

https://github.com/llvm/llvm-project/pull/85218


More information about the Openmp-commits mailing list