This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d75654e8902 [X86] Remove type restrictions from WidenMaskArithmetic. new d35f8227d87 [CallSiteSplitting] Remove isOrHeader restriction.
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/CallSiteSplitting.cpp | 46 +++---- .../CallSiteSplitting/callsite-no-or-structure.ll | 139 +++++++++++++++++++++ .../CallSiteSplitting/callsite-no-splitting.ll | 18 +++ 3 files changed, 176 insertions(+), 27 deletions(-) create mode 100644 test/Transforms/CallSiteSplitting/callsite-no-or-structure.ll create mode 100644 test/Transforms/CallSiteSplitting/callsite-no-splitting.ll