[all-commits] [llvm/llvm-project] 4fc56d: Revert "[NFC][llvm] Make the contructors of `Eleme...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Wed Aug 19 10:22:13 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4fc56d70aadea9df88e7bf408e2e203dc79ff8e6
https://github.com/llvm/llvm-project/commit/4fc56d70aadea9df88e7bf408e2e203dc79ff8e6
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2020-08-19 (Wed, 19 Aug 2020)
Changed paths:
M clang/lib/AST/ASTContext.cpp
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:
-----------
Revert "[NFC][llvm] Make the contructors of `ElementCount` private."
This reverts commit 264afb9e6aebc98c353644dd0700bec808501cab.
(and dependent 6b742cc48 and fc53bd610f)
MLIR/Flang are broken.
Commit: 2d83014c469153b4e79bb85d110b026d9f3c5664
https://github.com/llvm/llvm-project/commit/2d83014c469153b4e79bb85d110b026d9f3c5664
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2020-08-19 (Wed, 19 Aug 2020)
Changed paths:
M flang/unittests/Lower/OpenMPLoweringTest.cpp
Log Message:
-----------
Fix flang test after MLIR API changes
Compare: https://github.com/llvm/llvm-project/compare/d25b12bdc307...2d83014c4691
More information about the All-commits
mailing list