[all-commits] [llvm/llvm-project] bee79c: SelectionDAGBuilder.h - remove unnecessary include...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Tue Sep 15 04:21:42 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: bee79cdcc6aa855f4abcaa1f7e7f9df54538496b
      https://github.com/llvm/llvm-project/commit/bee79cdcc6aa855f4abcaa1f7e7f9df54538496b
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-09-15 (Tue, 15 Sep 2020)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp

  Log Message:
  -----------
  SelectionDAGBuilder.h - remove unnecessary includes. NFCI.

Reduce to forward declarations and move implicit dependencies down to the cpp files.


  Commit: 1abb4461ea03f1166c13c4dd5fa349d41d02be6a
      https://github.com/llvm/llvm-project/commit/1abb4461ea03f1166c13c4dd5fa349d41d02be6a
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-09-15 (Tue, 15 Sep 2020)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp

  Log Message:
  -----------
  StatepointLowering.cpp - remove unnecessary includes. NFCI.

These are all directly included in StatepointLowering.h


  Commit: 6c1f2a34fbcaa57c3dc0de3f9e4da58da7f328b6
      https://github.com/llvm/llvm-project/commit/6c1f2a34fbcaa57c3dc0de3f9e4da58da7f328b6
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-09-15 (Tue, 15 Sep 2020)

  Changed paths:
    M llvm/lib/CodeGen/SpillPlacement.cpp

  Log Message:
  -----------
  SpillPlacement.cpp - remove unnecessary includes. NFCI.

These are all directly included in SpillPlacement.h


Compare: https://github.com/llvm/llvm-project/compare/cd4edf94cd43...6c1f2a34fbca


More information about the All-commits mailing list