This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5df653595ad [llvm-exegesis] Remove unused variable, add more semantic t [...] new cc2cbf39f25 Fix an ordering bug in the scalarizer.
The 1 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/Scalar/Scalarizer.cpp | 9 +++++++-- test/Transforms/Scalarizer/crash-bug.ll | 2 +- test/Transforms/Scalarizer/order-bug.ll | 23 +++++++++++++++++++++++ test/Transforms/Scalarizer/phi-bug.ll | 24 ++++++++++++++++++++++++ 4 files changed, 55 insertions(+), 3 deletions(-) create mode 100644 test/Transforms/Scalarizer/order-bug.ll create mode 100644 test/Transforms/Scalarizer/phi-bug.ll