[flang-commits] [flang] [Flang] Add parser support for prefetch directive (PR #139702)
Kiran Chandramohan via flang-commits
flang-commits at lists.llvm.org
Wed May 14 09:39:11 PDT 2025
kiranchandramohan wrote:
> Both Cray CCE ftn and Intel's ifx throw multiple errors with the Flang example (test) code in this pull request.
Is that because the prefetch directive is only applicable in limited contexts like loops? From the syntax in the links that you posted, it looks like the syntax accepted in this patch is a subset.
https://github.com/llvm/llvm-project/pull/139702
More information about the flang-commits
mailing list