[all-commits] [llvm/llvm-project] e4d9a5: [flang] Add implementation of move_alloc to the ru...

David Truby via All-commits all-commits at lists.llvm.org
Wed Jan 18 07:38:12 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e4d9a5e616f38fca05200a766711ba9b1605f57f
      https://github.com/llvm/llvm-project/commit/e4d9a5e616f38fca05200a766711ba9b1605f57f
  Author: David Truby <david.truby at arm.com>
  Date:   2023-01-18 (Wed, 18 Jan 2023)

  Changed paths:
    M flang/include/flang/Runtime/allocatable.h
    M flang/runtime/allocatable.cpp
    A flang/unittests/Runtime/Allocatable.cpp
    M flang/unittests/Runtime/CMakeLists.txt

  Log Message:
  -----------
  [flang] Add implementation of move_alloc to the runtime

This patch adds a move_alloc implementation to the flang runtime.
Most of the checks required by the standard for move_alloc are
done by semenatic analysis; these checks are not replicated here.

Differential Revision: https://reviews.llvm.org/D141286




More information about the All-commits mailing list