[all-commits] [llvm/llvm-project] 6e94ad: [flang] Fold x + 0, 0 + x and x - 0 for INTEGER an...
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Fri Apr 17 09:00:52 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6e94ad04a118cf7113463715900b772d77247bce
https://github.com/llvm/llvm-project/commit/6e94ad04a118cf7113463715900b772d77247bce
Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
Date: 2026-04-17 (Fri, 17 Apr 2026)
Changed paths:
M flang/lib/Evaluate/fold-implementation.h
M flang/test/Evaluate/rewrite01.f90
A flang/test/Evaluate/rewrite09.f90
M flang/test/Lower/HLFIR/array-ctor-as-elemental.f90
M flang/test/Lower/HLFIR/array-ctor-as-inlined-temp.f90
M flang/test/Lower/HLFIR/array-ctor-as-runtime-temp.f90
Log Message:
-----------
[flang] Fold x + 0, 0 + x and x - 0 for INTEGER and UNSIGNED (#192479)
This fixes https://github.com/llvm/llvm-project/issues/191928.
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