Files
clang-p2996/flang/lib/Evaluate/constant.cpp
Leandro Lupori 7358c26d6a [flang] Check for overflows in RESHAPE folding (#68342)
TotalElementCount() was modified to return std::optional<uint64_t>,
where std::nullopt means overflow occurred. Besides the additional
check in RESHAPE folding, all callers of TotalElementCount() were
changed, to also check for overflows.
2023-10-30 14:25:21 -03:00

13 KiB