[all-commits] [llvm/llvm-project] 6822ed: Fixes a performance problem with lowering of foral...
Eric Schweitz via All-commits
all-commits at lists.llvm.org
Thu May 12 08:12:25 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6822ed035f188aa55f9ac283d2eb20dcc7a9ca07
https://github.com/llvm/llvm-project/commit/6822ed035f188aa55f9ac283d2eb20dcc7a9ca07
Author: Eric Schweitz <eschweitz at nvidia.com>
Date: 2022-05-12 (Thu, 12 May 2022)
Changed paths:
M flang/lib/Lower/ConvertExpr.cpp
A flang/test/Lower/forall/array-constructor.f90
M flang/test/Lower/forall/forall-2.f90
M flang/test/Lower/forall/forall-construct-2.f90
M flang/test/Lower/forall/forall-construct-3.f90
M flang/test/Lower/forall/forall-construct.f90
M flang/test/Lower/forall/forall-ranked.f90
M flang/test/Lower/forall/forall-slice.f90
M flang/test/Lower/forall/test9.f90
Log Message:
-----------
Fixes a performance problem with lowering of forall loops and creating
too many temporaries.
Fix clang-format errors.
Differential Revision: https://reviews.llvm.org/D125336
More information about the All-commits
mailing list