[all-commits] [llvm/llvm-project] b296fd: MustExecute.h - remove unnecessary Instruction.h i...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Sun Jun 7 04:49:09 PDT 2020


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

  Changed paths:
    M llvm/include/llvm/Analysis/MustExecute.h

  Log Message:
  -----------
  MustExecute.h - remove unnecessary Instruction.h include. NFC.

We already have the Instruction forward declaration.


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

  Changed paths:
    M llvm/include/llvm/Analysis/DependenceAnalysis.h
    M llvm/lib/Analysis/DependenceAnalysis.cpp
    M llvm/unittests/Transforms/Utils/CodeMoverUtilsTest.cpp

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

This requires the replacement of legacy class AliasAnalysis usages with AAResults (which it typedefs to anyhow)


Compare: https://github.com/llvm/llvm-project/compare/91591ec4248a...3642d38823ee


More information about the All-commits mailing list