[all-commits] [llvm/llvm-project] a5f1f9: ScalarEvolution.h - reduce LoopInfo.h include to f...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Wed Jun 17 07:49:13 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a5f1f9c9b86117770cb27f34b75edf780435ea6d
      https://github.com/llvm/llvm-project/commit/a5f1f9c9b86117770cb27f34b75edf780435ea6d
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-06-17 (Wed, 17 Jun 2020)

  Changed paths:
    M llvm/include/llvm/Analysis/ScalarEvolution.h
    M llvm/lib/Analysis/LoopUnrollAnalyzer.cpp
    M llvm/lib/Analysis/ScalarEvolution.cpp
    M llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
    M llvm/unittests/Analysis/DDGTest.cpp
    M llvm/unittests/Analysis/UnrollAnalyzerTest.cpp
    M llvm/unittests/Transforms/Utils/LoopUtilsTest.cpp

  Log Message:
  -----------
  ScalarEvolution.h - reduce LoopInfo.h include to forward declarations. NFC.

Move ScalarEvolution::forgetLoopDispositions implementation to ScalarEvolution.cpp to remove the dependency.

Add implicit header dependency to source files where necessary.


  Commit: e584abfcd5001c4b1b0c8ed128f4834f17995803
      https://github.com/llvm/llvm-project/commit/e584abfcd5001c4b1b0c8ed128f4834f17995803
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-06-17 (Wed, 17 Jun 2020)

  Changed paths:
    M llvm/test/CodeGen/X86/mixed-ptr-sizes-i686.ll
    M llvm/test/CodeGen/X86/mixed-ptr-sizes.ll

  Log Message:
  -----------
  [X86] Regenerate mixed-ptr tests checks

Help reduce the diffs in D81517


Compare: https://github.com/llvm/llvm-project/compare/d1522513d4c4...e584abfcd500


More information about the All-commits mailing list