[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 14:49:14 PST 2023
psteinfeld wrote:
> Oh Thanks, I see. It looks like it is expecting the type name to already be encoded into the name of the function. So with multiple calls of different types it can call the wrong function.
Thanks for the quick response!
And I forgot to mention, I didn't provide a test case, but the current runtime functions check the arguments, and it looks like the inlined version doesn't do so.
https://github.com/llvm/llvm-project/pull/75820
More information about the flang-commits
mailing list