[flang-commits] [flang] [OpenMP][Flang] Add "IsolatedFromAbove" trait to omp.target (PR #67164)
Akash Banerjee via flang-commits
flang-commits at lists.llvm.org
Wed Oct 11 07:16:55 PDT 2023
TIFitis wrote:
> As an aside is it possible to change the AnyType for the dialect operation to be something a little more restrictive such as AnyTypeOf<[IntLikeType, OpenMP_PointerLikeType]>, not a big deal but it means we'd catch accidental type usage a bit earlier and those are the only types we'd currently be looking to deal with in any case!
Thanks, wasn't aware of AnyTypeOf. I've changed it to `AnyTypeOf<[Index, OpenMP_PointerLikeType]>`!
https://github.com/llvm/llvm-project/pull/67164
More information about the flang-commits
mailing list