This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f84e24fec40 [ThinLTO] Use original alias visibility when importing new 6eb463fb73e CallSiteSplitting: Respect convergent and noduplicate new 4141a289f9d [X86] Fix machineverifier error on avx512f-256-set0.mir
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: lib/Transforms/Scalar/CallSiteSplitting.cpp | 3 + test/CodeGen/X86/avx512f-256-set0.mir | 11 ++- test/Transforms/CallSiteSplitting/convergent.ll | 89 +++++++++++++++++++++++ test/Transforms/CallSiteSplitting/noduplicate.ll | 91 ++++++++++++++++++++++++ 4 files changed, 191 insertions(+), 3 deletions(-) create mode 100644 test/Transforms/CallSiteSplitting/convergent.ll create mode 100644 test/Transforms/CallSiteSplitting/noduplicate.ll