[all-commits] [llvm/llvm-project] b8ecdc: [flang] Fix the vector version of EOSHIFT with a B...

Pete Steinfeld via All-commits all-commits at lists.llvm.org
Tue Aug 17 15:22:08 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b8ecdcdd817cfe8ef187503726400971357c6854
      https://github.com/llvm/llvm-project/commit/b8ecdcdd817cfe8ef187503726400971357c6854
  Author: Peter Steinfeld <psteinfeld at nvidia.com>
  Date:   2021-08-17 (Tue, 17 Aug 2021)

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

  Log Message:
  -----------
  [flang] Fix the vector version of EOSHIFT with a BOUNDARY argument

When the vector version of EOSHIFT was called, the BOUNDARY argument was being
ignored.  I fixed that and added a test that would not pass without this fix.

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




More information about the All-commits mailing list