[all-commits] [llvm/llvm-project] 24caf0: [IndVarSimplify] Remove duplicate call to getSCEV....

Craig Topper via All-commits all-commits at lists.llvm.org
Tue Mar 21 09:47:25 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 24caf0196d03858bd9fe90d14133fb69c8cea444
      https://github.com/llvm/llvm-project/commit/24caf0196d03858bd9fe90d14133fb69c8cea444
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2023-03-21 (Tue, 21 Mar 2023)

  Changed paths:
    M llvm/lib/Transforms/Scalar/IndVarSimplify.cpp

  Log Message:
  -----------
  [IndVarSimplify] Remove duplicate call to getSCEV. NFC

We already did this same call on the line before.

Reviewed By: nikic

Differential Revision: https://reviews.llvm.org/D146444




More information about the All-commits mailing list