[all-commits] [llvm/llvm-project] 1e954a: [flang] Fix off-by-one results from folding MAXEXP...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Thu Nov 18 09:04:21 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1e954a1c6678d315ae233f4141fa3ed8f0d9d122
https://github.com/llvm/llvm-project/commit/1e954a1c6678d315ae233f4141fa3ed8f0d9d122
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2021-11-18 (Thu, 18 Nov 2021)
Changed paths:
M flang/include/flang/Evaluate/real.h
M flang/test/Evaluate/folding07.f90
Log Message:
-----------
[flang] Fix off-by-one results from folding MAXEXPONENT and MINEXPONENT
Every one was too low by one.
Differential Revision: https://reviews.llvm.org/D114027
More information about the All-commits
mailing list