[all-commits] [llvm/llvm-project] 2f1ffa: [llvm] Forward-declare ICFLoopSafetyInfo (NFC)
kazutakahirata via All-commits
all-commits at lists.llvm.org
Sat Jan 23 10:57:44 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2f1ffa94d74d03417b60caa8706f84d42ee66e22
https://github.com/llvm/llvm-project/commit/2f1ffa94d74d03417b60caa8706f84d42ee66e22
Author: Kazu Hirata <kazu at google.com>
Date: 2021-01-23 (Sat, 23 Jan 2021)
Changed paths:
M llvm/include/llvm/Analysis/IVDescriptors.h
M llvm/include/llvm/Transforms/Utils/LoopUtils.h
Log Message:
-----------
[llvm] Forward-declare ICFLoopSafetyInfo (NFC)
LoopUtils.h needs ICFLoopSafetyInfo but relies on a forward
declaration of ICFLoopSafetyInfo in IVDescriptors.h. This patch adds
a forward declaration right in LoopUtils.h.
While we are at it, this patch removes the one in IVDescriptors.h,
where it is unnecessary.
Commit: cc7a23828657f35f706343982cf96bb6583d4d73
https://github.com/llvm/llvm-project/commit/cc7a23828657f35f706343982cf96bb6583d4d73
Author: Kazu Hirata <kazu at google.com>
Date: 2021-01-23 (Sat, 23 Jan 2021)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUAlwaysInlinePass.cpp
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
M llvm/lib/Target/AMDGPU/SILowerI1Copies.cpp
M llvm/lib/Target/ARM/ARMISelLowering.cpp
M llvm/lib/Target/ARM/ARMLowOverheadLoops.cpp
M llvm/lib/Target/ARM/ARMParallelDSP.cpp
M llvm/lib/Target/Hexagon/HexagonISelLoweringHVX.cpp
M llvm/lib/Target/Hexagon/HexagonSplitDouble.cpp
M llvm/lib/Target/Hexagon/RDFDeadCode.cpp
M llvm/lib/Target/PowerPC/PPCCTRLoops.cpp
M llvm/lib/Target/X86/X86PartialReduction.cpp
M llvm/lib/Target/X86/X86WinEHState.cpp
Log Message:
-----------
[Target] Use llvm::append_range (NFC)
Commit: 1238378f185069f0a988ef7ffe68966eb99b1170
https://github.com/llvm/llvm-project/commit/1238378f185069f0a988ef7ffe68966eb99b1170
Author: Kazu Hirata <kazu at google.com>
Date: 2021-01-23 (Sat, 23 Jan 2021)
Changed paths:
M llvm/lib/Transforms/Coroutines/CoroFrame.cpp
M llvm/lib/Transforms/IPO/ArgumentPromotion.cpp
M llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
M llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
M llvm/lib/Transforms/Scalar/NewGVN.cpp
M llvm/lib/Transforms/Scalar/Reassociate.cpp
M llvm/lib/Transforms/Scalar/SCCP.cpp
M llvm/lib/Transforms/Utils/FixIrreducible.cpp
M llvm/lib/Transforms/Utils/LoopUnrollAndJam.cpp
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
Log Message:
-----------
[llvm] Use pop_back_val (NFC)
Compare: https://github.com/llvm/llvm-project/compare/d60b74c28a07...1238378f1850
More information about the All-commits
mailing list