[all-commits] [llvm/llvm-project] 2ca829: Fix unit test checks for the scalar cases of all/a...

mleair via All-commits all-commits at lists.llvm.org
Thu Jul 29 15:08:29 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2ca8295c860f1e8e300c2fde5c4e84b72d8248aa
      https://github.com/llvm/llvm-project/commit/2ca8295c860f1e8e300c2fde5c4e84b72d8248aa
  Author: Mark Leair <leairmark at gmail.com>
  Date:   2021-07-29 (Thu, 29 Jul 2021)

  Changed paths:
    M flang/unittests/RuntimeGTest/Reduction.cpp

  Log Message:
  -----------
  Fix unit test checks for the scalar cases of all/any intrinsics. I
accidentally used int64 when they should have been int32. This lead to
a Windows build unit test error (Linux did not catch the problem).

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




More information about the All-commits mailing list