[flang-commits] [flang] [flang][OpenMP] Rewrite min/max with more than 2 arguments (PR #146423)

Kiran Chandramohan via flang-commits flang-commits at lists.llvm.org
Tue Jul 1 07:52:17 PDT 2025


kiranchandramohan wrote:

> Eventually both of these will be done in semantics.

OK.

> Meanwhile, there is another issue, this time with reassociation: the expression w = w .and. x .and. y, which is parsed as w = (w .and. x) .and. y, is rejected since w is not a top-level argument. 

There is https://github.com/llvm/llvm-project/issues/138748 assigned to me. If you are working on this, please feel free to assign to yourself.

Thanks for the explanations.

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


More information about the flang-commits mailing list