[flang-commits] [flang] [Flang][OpenMP] Lowering Order clause to MLIR (PR #96730)

Sergio Afonso via flang-commits flang-commits at lists.llvm.org
Wed Jun 26 04:28:51 PDT 2024


https://github.com/skatrak commented:

Thank you Harish, I think this looks good. Just minor comments.

I believe we need to process the `order` clause for the `omp.distribute` operation too. It should be as simple as adding the relevant call to `cp.processOrder()` in `genDistributeClauses()` and adding one more test in order-clause.f90.

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


More information about the flang-commits mailing list