[all-commits] [llvm/llvm-project] 0d71df: [flang][runtime] Delete CharacterAssign() (#74621)

Peter Klausler via All-commits all-commits at lists.llvm.org
Mon Dec 11 12:38:52 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0d71df4e6e88a707d5aa8c7c480248d0fbde112e
      https://github.com/llvm/llvm-project/commit/0d71df4e6e88a707d5aa8c7c480248d0fbde112e
  Author: Peter Klausler <35819229+klausler at users.noreply.github.com>
  Date:   2023-12-11 (Mon, 11 Dec 2023)

  Changed paths:
    M flang/include/flang/Runtime/character.h
    M flang/runtime/character.cpp

  Log Message:
  -----------
  [flang][runtime] Delete CharacterAssign() (#74621)

Lowering doesn't use it, and won't need it in the future; it emits
in-line code for conversions and for assignments to scalars, and uses
the general Assign() routine for arrays.




More information about the All-commits mailing list