This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from df0c8337f80 [TTI] Fix some typos in comments. NFC new 8dc3a075f31 [InstSimplify] insertelement V, undef, ? --> V new 08cb19517ba [NewPassManager] Add tuning option: ForgetAllSCEVInLoopUnro [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Passes/PassBuilder.h | 4 +++ include/llvm/Transforms/Scalar/LoopUnrollPass.h | 24 ++++++++++++++--- lib/Analysis/InstructionSimplify.cpp | 5 ++++ lib/Passes/PassBuilder.cpp | 7 +++-- lib/Transforms/IPO/PassManagerBuilder.cpp | 7 +---- .../InstCombine/InstCombineVectorOps.cpp | 4 --- lib/Transforms/Scalar/LoopUnrollPass.cpp | 10 ++++++-- test/Transforms/InstCombine/vec_insertelt.ll | 8 ------ test/Transforms/InstSimplify/insertelement.ll | 30 ++++++++++++++++++---- 9 files changed, 68 insertions(+), 31 deletions(-) delete mode 100644 test/Transforms/InstCombine/vec_insertelt.ll