[polly] 2213a35 - [Polly] Delete unused lambda capture after 7175cffb2133048018df74c1b49d1d4962ea18f2

Michael Kruse via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 20 20:33:49 PDT 2020


Thank you.

Michael

Am Di., 20. Okt. 2020 um 20:35 Uhr schrieb Fangrui Song via
llvm-commits <llvm-commits at lists.llvm.org>:
>
>
> Author: Fangrui Song
> Date: 2020-10-20T18:34:52-07:00
> New Revision: 2213a354b9d1cc0153ac20367e5397c66e660c32
>
> URL: https://github.com/llvm/llvm-project/commit/2213a354b9d1cc0153ac20367e5397c66e660c32
> DIFF: https://github.com/llvm/llvm-project/commit/2213a354b9d1cc0153ac20367e5397c66e660c32.diff
>
> LOG: [Polly] Delete unused lambda capture after 7175cffb2133048018df74c1b49d1d4962ea18f2
>
> Added:
>
>
> Modified:
>     polly/lib/Transform/ForwardOpTree.cpp
>
> Removed:
>
>
>
> ################################################################################
> diff  --git a/polly/lib/Transform/ForwardOpTree.cpp b/polly/lib/Transform/ForwardOpTree.cpp
> index 56c5fefeab39..141ac26b714d 100644
> --- a/polly/lib/Transform/ForwardOpTree.cpp
> +++ b/polly/lib/Transform/ForwardOpTree.cpp
> @@ -696,7 +696,7 @@ class ForwardOpTreeImpl : ZoneAlgorithm {
>        }
>      }
>
> -    auto ExecAction = [this, TargetStmt, UseInst, DefStmt]() {
> +    auto ExecAction = [this, TargetStmt, UseInst]() {
>        // To ensure the right order, prepend this instruction before its
>        // operands. This ensures that its operands are inserted before the
>        // instruction using them.
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits


More information about the llvm-commits mailing list