[flang-commits] [flang] [OpenMP][Flang] Add "IsolatedFromAbove" trait to omp.target (PR #67164)

via flang-commits flang-commits at lists.llvm.org
Fri Oct 13 09:41:19 PDT 2023


agozillon wrote:

> > Edit: On second thought it might not be an issue with the bounds generation code itself, perhaps just because it's not an explicit capture and is implicit and we don't generate a bounds in this case I don't think.
> 
> The bounds generation is working for this use case so it might just be a problem of how it is plugged here.

ah you can edit my comments too, that's incredibly weird! 

Yes, on further looking into it, we're just not generating bounds for implicit arguments in this case, I believe we should be though.

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


More information about the flang-commits mailing list