[all-commits] [llvm/llvm-project] 818b1a: [SCEV][NFC] Remove unused parameter from forgetLoo...

Max Kazantsev via All-commits all-commits at lists.llvm.org
Mon Sep 19 00:07:42 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 818b1ab84e7be3088ade938286132cda663a6573
      https://github.com/llvm/llvm-project/commit/818b1ab84e7be3088ade938286132cda663a6573
  Author: Max Kazantsev <mkazantsev at azul.com>
  Date:   2022-09-19 (Mon, 19 Sep 2022)

  Changed paths:
    M llvm/include/llvm/Analysis/ScalarEvolution.h
    M llvm/lib/Analysis/ScalarEvolution.cpp
    M llvm/lib/Transforms/Scalar/LICM.cpp
    M llvm/lib/Transforms/Scalar/LoopDeletion.cpp
    M llvm/lib/Transforms/Scalar/LoopSink.cpp
    M llvm/lib/Transforms/Utils/LoopSimplify.cpp

  Log Message:
  -----------
  [SCEV][NFC] Remove unused parameter from forgetLoopDispositions

Let's be honest about it, we don't drop loop dispositions for
particular loops. Remove the parameter that misleadingly makes
it apparent that we do.




More information about the All-commits mailing list