[flang-commits] [flang] [flang][runtime] Correct SELECTED_LOGICAL_KIND() (PR #93108)

Slava Zakharin via flang-commits flang-commits at lists.llvm.org
Thu May 23 09:24:17 PDT 2024


vzakhari wrote:

> @klausler Does this impact the way we lower `selected_logical_kind` as of #93091 ?

It should not.  You just pass through the `bits` argument to the runtime, right?  Actually, your change made me look at the runtime implementation again, and realize that it is not doing what it is supposed to do.

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


More information about the flang-commits mailing list