[all-commits] [llvm/llvm-project] 43d41b: [flang] Correct overflow detection in folding of r...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Fri Sep 17 09:50:37 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 43d41b295e15fcf9487279f700038d57c8eb43d8
https://github.com/llvm/llvm-project/commit/43d41b295e15fcf9487279f700038d57c8eb43d8
Author: peter klausler <pklausler at nvidia.com>
Date: 2021-09-17 (Fri, 17 Sep 2021)
Changed paths:
M flang/include/flang/Evaluate/real.h
Log Message:
-----------
[flang] Correct overflow detection in folding of real->integer conversions
INT, NINT, FLOOR, and CEILING were failing to report overflow as an
error while folding operations with constant operands.
Differential Revision: https://reviews.llvm.org/D109922
More information about the All-commits
mailing list