[all-commits] [llvm/llvm-project] 391578: Folding in the front end was replacing calls to LE...
Eric Schweitz via All-commits
all-commits at lists.llvm.org
Wed Feb 9 16:50:47 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3915789503344e9d4ba8c3e01b9b1dc717a49f44
https://github.com/llvm/llvm-project/commit/3915789503344e9d4ba8c3e01b9b1dc717a49f44
Author: Eric Schweitz <eschweitz at nvidia.com>
Date: 2022-02-09 (Wed, 09 Feb 2022)
Changed paths:
M flang/lib/Evaluate/fold-integer.cpp
M flang/test/Evaluate/rewrite01.f90
Log Message:
-----------
Folding in the front end was replacing calls to LEN and dropping
arguments even in situations where the arguments are required to compute
the LEN value at runtime.
Add tests.
Differential Revision: https://reviews.llvm.org/D119373
More information about the All-commits
mailing list