[all-commits] [llvm/llvm-project] f02681: InstCombiner.h - remove unnecessary KnownBits.h in...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Thu Sep 17 06:43:55 PDT 2020


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

  Changed paths:
    M llvm/include/llvm/Transforms/InstCombine/InstCombiner.h
    M llvm/lib/Target/AMDGPU/AMDGPUInstCombineIntrinsic.cpp
    M llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp
    M llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
    M llvm/lib/Target/X86/X86InstCombineIntrinsic.cpp

  Log Message:
  -----------
  InstCombiner.h - remove unnecessary KnownBits.h include. NFCI.

Move the include down to cpp files with an implicit dependency.




More information about the All-commits mailing list