[all-commits] [llvm/llvm-project] 316e22: [llvm-mca] Cleanup unnecessary includes from headers

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Thu Apr 2 03:50:40 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 316e220cf432cdacba8d3123517e4ac44a120a8b
      https://github.com/llvm/llvm-project/commit/316e220cf432cdacba8d3123517e4ac44a120a8b
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-04-02 (Thu, 02 Apr 2020)

  Changed paths:
    M llvm/include/llvm/MCA/CodeEmitter.h
    M llvm/include/llvm/MCA/HardwareUnits/LSUnit.h
    M llvm/include/llvm/MCA/HardwareUnits/RegisterFile.h
    M llvm/include/llvm/MCA/HardwareUnits/ResourceManager.h
    M llvm/include/llvm/MCA/Pipeline.h
    M llvm/include/llvm/MCA/Stages/DispatchStage.h

  Log Message:
  -----------
  [llvm-mca] Cleanup unnecessary includes from headers

This removes some includes/forward-declarations that don't seem to be necessary in the MCA core headers

Based off a cppclean report

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




More information about the All-commits mailing list