[all-commits] [llvm/llvm-project] 500c4b: [llvm] Construct SmallVector with iterator ranges ...
kazutakahirata via All-commits
all-commits at lists.llvm.org
Mon Dec 20 23:49:19 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 500c4b68dc1cbb3532f6fcaf6bf6dafd24ca49e4
https://github.com/llvm/llvm-project/commit/500c4b68dc1cbb3532f6fcaf6bf6dafd24ca49e4
Author: Kazu Hirata <kazu at google.com>
Date: 2021-12-20 (Mon, 20 Dec 2021)
Changed paths:
M llvm/lib/Analysis/ConstantFolding.cpp
M llvm/lib/CodeGen/Analysis.cpp
M llvm/lib/CodeGen/AsmPrinter/PseudoProbePrinter.cpp
M llvm/lib/IR/Operator.cpp
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
Log Message:
-----------
[llvm] Construct SmallVector with iterator ranges (NFC)
More information about the All-commits
mailing list