[Mlir-commits] [mlir] [OpenMP][Flang] Add "IsolatedFromAbove" and "OutlineableOpenMPOpInterface" trait to omp.target (PR #67164)

Kiran Chandramohan llvmlistbot at llvm.org
Wed Sep 27 09:35:28 PDT 2023


kiranchandramohan wrote:

> > Without the `IsolatedFromAbove` trait as well I think the target region should have the `OutlineableOpenMPOpInterface` since the `alloca` should be on a target device and not hoisted up to a host allocation. Also, the target region is outlined as well.
> 
> Do you want me to create a separate patch for adding the `OutlineableOpenMPOpInterface` trait? It's only the single change to `OpenMPOps.td` and doesn't affect any test case or other code changes.

You can push that change directly.

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


More information about the Mlir-commits mailing list