[flang-commits] [flang] [Flang] Allow Intrinsic simpification with min/maxloc dim and scalar result. (PR #75820)

Pete Steinfeld via flang-commits flang-commits at lists.llvm.org
Thu Dec 21 17:17:59 PST 2023


psteinfeld wrote:

> Do you mean it checks that the dim is a valid value?

The runtime implementation has at least two checks.  One is to ensure that `dim` has a valid value, and the other is to ensure that the `mask` argument conforms to the `array` argument.

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


More information about the flang-commits mailing list