[all-commits] [llvm/llvm-project] 264afb: [NFC][llvm] Make the contructors of `ElementCount`...
Francesco Petrogalli via All-commits
all-commits at lists.llvm.org
Wed Aug 19 09:27:27 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 264afb9e6aebc98c353644dd0700bec808501cab
https://github.com/llvm/llvm-project/commit/264afb9e6aebc98c353644dd0700bec808501cab
Author: Francesco Petrogalli <francesco.petrogalli at arm.com>
Date: 2020-08-19 (Wed, 19 Aug 2020)
Changed paths:
M llvm/include/llvm/Analysis/VectorUtils.h
M llvm/include/llvm/IR/DerivedTypes.h
M llvm/include/llvm/IR/Intrinsics.h
M llvm/include/llvm/Support/MachineValueType.h
M llvm/include/llvm/Support/TypeSize.h
M llvm/lib/Analysis/VFABIDemangling.cpp
M llvm/lib/AsmParser/LLParser.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
M llvm/lib/CodeGen/TargetLoweringBase.cpp
M llvm/lib/CodeGen/ValueTypes.cpp
M llvm/lib/IR/ConstantFold.cpp
M llvm/lib/IR/Constants.cpp
M llvm/lib/IR/IRBuilder.cpp
M llvm/lib/IR/Instructions.cpp
M llvm/lib/IR/Type.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
M llvm/unittests/Analysis/VectorUtilsTest.cpp
M llvm/unittests/CodeGen/ScalableVectorMVTsTest.cpp
M llvm/unittests/FuzzMutate/OperationsTest.cpp
M llvm/unittests/IR/ConstantsTest.cpp
M llvm/unittests/IR/PatternMatch.cpp
M llvm/unittests/IR/VectorTypesTest.cpp
M llvm/unittests/IR/VerifierTest.cpp
Log Message:
-----------
[NFC][llvm] Make the contructors of `ElementCount` private.
Differential Revision: https://reviews.llvm.org/D86120
More information about the All-commits
mailing list