[all-commits] [llvm/llvm-project] 1dbc9b: Fix runtime internal error with certain intrinsics...
mleair via All-commits
all-commits at lists.llvm.org
Thu Jul 29 13:10:10 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1dbc9b534b2a4903af0f98bde72b8f6da797bc19
https://github.com/llvm/llvm-project/commit/1dbc9b534b2a4903af0f98bde72b8f6da797bc19
Author: Mark Leair <leairmark at gmail.com>
Date: 2021-07-29 (Thu, 29 Jul 2021)
Changed paths:
M flang/runtime/reduction-templates.h
M flang/runtime/reduction.cpp
M flang/unittests/RuntimeGTest/Reduction.cpp
Log Message:
-----------
Fix runtime internal error with certain intrinsics that can take a scalar
result descriptor (e.g., maxloc, minloc, maxval, minval, all, any, count,
parity, findloc, etc.)
Also add a scalar case for these intrinsic unit tests.
Differential Revision: https://reviews.llvm.org/D106820
More information about the All-commits
mailing list