This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9221d61 LowerTypeTests: Fix use-after-free. Found by asan/msan. new f103cf3 [ConstantFold] Remove test checking that we don't constant-fo [...] new 5f4797b MergeFunctions: Preserve debug info in thunks, under option - [...] new e24f706 [SLP] Make ReductionOpcode have the right (enum) type. NFC.
The 3 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: lib/Transforms/IPO/MergeFunctions.cpp | 270 +++++++++++++++++++-- lib/Transforms/Vectorize/SLPVectorizer.cpp | 23 +- test/Transforms/InstCombine/constant-fold-math.ll | 9 - .../MergeFunc/mergefunc-preserve-debug-info.ll | 223 +++++++++++++++++ 4 files changed, 481 insertions(+), 44 deletions(-) create mode 100644 test/Transforms/MergeFunc/mergefunc-preserve-debug-info.ll