[all-commits] [llvm/llvm-project] 85b8b6: [flang] Support UNSIGNED ** (#154601)
Peter Klausler via All-commits
all-commits at lists.llvm.org
Fri Aug 29 07:48:47 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 85b8b69140a46ea0c748000b980f5ad371c707af
https://github.com/llvm/llvm-project/commit/85b8b69140a46ea0c748000b980f5ad371c707af
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2025-08-29 (Fri, 29 Aug 2025)
Changed paths:
M flang-rt/lib/runtime/numeric.cpp
M flang/include/flang/Evaluate/expression.h
M flang/include/flang/Evaluate/tools.h
M flang/include/flang/Runtime/numeric.h
M flang/lib/Evaluate/tools.cpp
M flang/lib/Optimizer/Builder/IntrinsicCall.cpp
M flang/lib/Semantics/expression.cpp
M flang/test/Lower/unsigned-ops.f90
M flang/test/Semantics/unsigned-errors.f90
Log Message:
-----------
[flang] Support UNSIGNED ** (#154601)
GNU Fortran added support for UNSIGNED ** UNSIGNED power operations; we
should do the same for portability. This actually simplifies semantics a
bit, since I had to go out of my way to exclude Power as a supported
operation for UNSIGNED.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list