[all-commits] [llvm/llvm-project] c714da: [Transforms] Use {DenseSet, SetVector, SmallPtrSet}:...
kazutakahirata via All-commits
all-commits at lists.llvm.org
Sun Oct 31 07:57:59 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c714da2ceb25c88099b852ff0181af183252f2fe
https://github.com/llvm/llvm-project/commit/c714da2ceb25c88099b852ff0181af183252f2fe
Author: Kazu Hirata <kazu at google.com>
Date: 2021-10-31 (Sun, 31 Oct 2021)
Changed paths:
M llvm/lib/Transforms/Coroutines/CoroSplit.cpp
M llvm/lib/Transforms/IPO/FunctionAttrs.cpp
M llvm/lib/Transforms/IPO/StripSymbols.cpp
M llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
M llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
M llvm/lib/Transforms/Instrumentation/ControlHeightReduction.cpp
M llvm/lib/Transforms/Scalar/Float2Int.cpp
M llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
M llvm/lib/Transforms/Scalar/LoopInterchange.cpp
M llvm/lib/Transforms/Scalar/NewGVN.cpp
M llvm/lib/Transforms/Scalar/SpeculativeExecution.cpp
M llvm/lib/Transforms/Utils/FixIrreducible.cpp
M llvm/lib/Transforms/Utils/FlattenCFG.cpp
M llvm/lib/Transforms/Utils/SimplifyCFG.cpp
Log Message:
-----------
[Transforms] Use {DenseSet,SetVector,SmallPtrSet}::contains (NFC)
Commit: 72710af2334849dfaa9419b341617dd457292e7c
https://github.com/llvm/llvm-project/commit/72710af2334849dfaa9419b341617dd457292e7c
Author: Kazu Hirata <kazu at google.com>
Date: 2021-10-31 (Sun, 31 Oct 2021)
Changed paths:
M llvm/lib/CodeGen/ModuloSchedule.cpp
M llvm/lib/Target/AArch64/AArch64CondBrTuning.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
M llvm/lib/Target/Hexagon/HexagonFrameLowering.cpp
M llvm/lib/Target/SystemZ/SystemZMachineScheduler.cpp
Log Message:
-----------
[CodeGen, Target] Use MachineBasicBlock::terminators (NFC)
Commit: 1a605f395ff079ced140f04ee743dbfc7fc46ec9
https://github.com/llvm/llvm-project/commit/1a605f395ff079ced140f04ee743dbfc7fc46ec9
Author: Kazu Hirata <kazu at google.com>
Date: 2021-10-31 (Sun, 31 Oct 2021)
Changed paths:
M llvm/lib/CodeGen/MachineCopyPropagation.cpp
M llvm/lib/CodeGen/MachineLICM.cpp
M llvm/lib/CodeGen/MachineRegisterInfo.cpp
M llvm/lib/CodeGen/MachineSink.cpp
Log Message:
-----------
[CodeGen] Use make_early_inc_range (NFC)
Compare: https://github.com/llvm/llvm-project/compare/1c2d3338eb8a...1a605f395ff0
More information about the All-commits
mailing list