[all-commits] [llvm/llvm-project] a53ddd: Local.h - reduce includes to forward declarations....

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Wed Jun 24 11:28:02 PDT 2020


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

  Changed paths:
    M llvm/include/llvm/Transforms/Utils/Local.h
    M llvm/lib/CodeGen/HardwareLoops.cpp
    M llvm/lib/Target/AArch64/AArch64StackTagging.cpp
    M llvm/lib/Transforms/Scalar/SCCP.cpp
    M llvm/lib/Transforms/Utils/FlattenCFG.cpp

  Log Message:
  -----------
  Local.h - reduce includes to forward declarations. NFC.

Fix implicit include dependencies in source files and replace legacy AliasAnalysis typedef with AAResults where necessary.


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

  Changed paths:
    M llvm/lib/Transforms/InstCombine/InstCombineInternal.h
    M llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp

  Log Message:
  -----------
  InstCombineInternal.h - reduce AliasAnalysis.h include to forward declaration. NFC.

Fix implicit include dependencies in source files and replace legacy AliasAnalysis typedef with AAResults where necessary.


Compare: https://github.com/llvm/llvm-project/compare/3fa666b88362...6c6adde84f31


More information about the All-commits mailing list