[all-commits] [llvm/llvm-project] 82a8c1: [flang][runtime] Support SELECTED_CHAR_KIND, SELEC...

Peter Klausler via All-commits all-commits at lists.llvm.org
Wed Apr 24 14:42:03 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 82a8c1cf35e6794d4d1e56797d58abbed0112ad9
      https://github.com/llvm/llvm-project/commit/82a8c1cf35e6794d4d1e56797d58abbed0112ad9
  Author: Peter Klausler <35819229+klausler at users.noreply.github.com>
  Date:   2024-04-24 (Wed, 24 Apr 2024)

  Changed paths:
    M flang/include/flang/Runtime/numeric.h
    M flang/lib/Evaluate/type.cpp
    M flang/runtime/numeric.cpp

  Log Message:
  -----------
  [flang][runtime] Support SELECTED_CHAR_KIND, SELECTED_LOGICAL_KIND (#89691)

Add code to the runtime support library for the SELECTED_CHAR_KIND and
SELECTED_LOGICAL_KIND intrinsic functions. These are usually used with
constant folding in constant expressions, but the are available for use
with dynamic arguments as well.

Lowering support remains to be implemented.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list