[all-commits] [llvm/llvm-project] 2f3c74: [SCEV] Hoist common cleanup code to function. (NFC)

Florian Hahn via All-commits all-commits at lists.llvm.org
Mon Feb 27 11:39:12 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2f3c748c45ff7f9022ffa88d5a06a856a1b15ace
      https://github.com/llvm/llvm-project/commit/2f3c748c45ff7f9022ffa88d5a06a856a1b15ace
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2023-02-27 (Mon, 27 Feb 2023)

  Changed paths:
    M llvm/include/llvm/Analysis/ScalarEvolution.h
    M llvm/lib/Analysis/ScalarEvolution.cpp

  Log Message:
  -----------
  [SCEV] Hoist common cleanup code to function. (NFC)

This allows for easier updating of common code in follow-on patches.

Reviewed By: nikic

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




More information about the All-commits mailing list