[all-commits] [llvm/llvm-project] 7898e7: [flang] Implement the runtime portion of the CSHIF...

Pete Steinfeld via All-commits all-commits at lists.llvm.org
Wed Jul 21 13:39:50 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7898e7c82d98fabc8c87a5b7b4a4f7786df69314
      https://github.com/llvm/llvm-project/commit/7898e7c82d98fabc8c87a5b7b4a4f7786df69314
  Author: Peter Steinfeld <psteinfeld at nvidia.com>
  Date:   2021-07-21 (Wed, 21 Jul 2021)

  Changed paths:
    M flang/runtime/transformational.cpp
    M flang/unittests/RuntimeGTest/Transformational.cpp

  Log Message:
  -----------
  [flang] Implement the runtime portion of the CSHIFT intrinsic

This change fixes a bug in  the runtime portion of the CSHIFT intrinsic
that happens when the value of the SHIFT argument is negative.

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




More information about the All-commits mailing list