[all-commits] [llvm/llvm-project] 1673a0: SelectionDAG.h - remove unnecessary FunctionLoweri...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu Sep 3 10:33:52 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1673a080443327829fc55bb1299904e8831ca636
https://github.com/llvm/llvm-project/commit/1673a080443327829fc55bb1299904e8831ca636
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-09-03 (Thu, 03 Sep 2020)
Changed paths:
M llvm/include/llvm/CodeGen/GlobalISel/IRTranslator.h
M llvm/include/llvm/CodeGen/SelectionDAG.h
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
M llvm/lib/CodeGen/SwitchLoweringUtils.cpp
M llvm/lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
M llvm/unittests/CodeGen/AArch64SelectionDAGTest.cpp
Log Message:
-----------
SelectionDAG.h - remove unnecessary FunctionLoweringInfo.h include. NFCI.
Use forward declarations and move the include down to dependent files that actually use it.
This also exposes a number of implicit dependencies on KnownBits.h
More information about the All-commits
mailing list