[all-commits] [llvm/llvm-project] a7aaad: [TTI] Clean up includes (NFC).
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sun Apr 19 12:14:52 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a7aaadc135ef3ab05744f709f66b1c50364da29f
https://github.com/llvm/llvm-project/commit/a7aaadc135ef3ab05744f709f66b1c50364da29f
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-04-19 (Sun, 19 Apr 2020)
Changed paths:
M llvm/include/llvm/Analysis/TargetTransformInfo.h
M llvm/include/llvm/Transforms/Utils/LoopUtils.h
M llvm/lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
M llvm/lib/Target/ARM/MVEGatherScatterLowering.cpp
M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
M llvm/lib/Transforms/Scalar/WarnMissedTransforms.cpp
M llvm/unittests/Transforms/Utils/LoopUtilsTest.cpp
Log Message:
-----------
[TTI] Clean up includes (NFC).
Remove some unnecessary includes, replace some with forward
declarations.
This also exposed a few places that were missing some includes.
More information about the All-commits
mailing list