[all-commits] [llvm/llvm-project] f70343: [flang] Fix combined folding of FINDLOC/MAXLOC/MINLOC
Peter Klausler via All-commits
all-commits at lists.llvm.org
Fri Oct 29 11:00:28 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f70343d926d86fd6ce2ed926d743ca9a7d89db93
https://github.com/llvm/llvm-project/commit/f70343d926d86fd6ce2ed926d743ca9a7d89db93
Author: peter klausler <pklausler at nvidia.com>
Date: 2021-10-29 (Fri, 29 Oct 2021)
Changed paths:
M flang/lib/Evaluate/fold-integer.cpp
A flang/test/Evaluate/fold-findloc.f90
R flang/test/Evaluate/folding30.f90
Log Message:
-----------
[flang] Fix combined folding of FINDLOC/MAXLOC/MINLOC
The tests for folding these intrinsics neglected to name the
logical scalars with a leading "test_", so test failures caused
by recent work to implement a combined constant folding facility
for these intrinsics wasn't catching some bugs. This patch fixes
the tests and the bugs.
Differential Revision: https://reviews.llvm.org/D112741
More information about the All-commits
mailing list