[flang-commits] [flang] [flang][runtime] Correct SELECTED_LOGICAL_KIND() (PR #93108)
Valentin Clement バレンタイン クレメン via flang-commits
flang-commits at lists.llvm.org
Thu May 23 09:26:49 PDT 2024
clementval 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.
We pass the computed kind. So I think we should just pass the bit width of the type.
https://github.com/llvm/llvm-project/pull/93108
More information about the flang-commits
mailing list