[Mlir-commits] [mlir] [OpenMP][Flang] Add "IsolatedFromAbove" and "OutlineableOpenMPOpInterface" trait to omp.target (PR #67164)
Akash Banerjee
llvmlistbot at llvm.org
Wed Sep 27 08:40:33 PDT 2023
TIFitis 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.
https://github.com/llvm/llvm-project/pull/67164
More information about the Mlir-commits
mailing list