This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cba94587c78 [InstCombine] replace unnecessary fcmp fold with assert new f2d312eff0c [X86] Teach fastisel to handle zext/sext i8->i16 and sext i [...]
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/Target/X86/X86FastISel.cpp | 59 +++++ test/CodeGen/X86/avx512-mask-zext-bugfix.ll | 48 +++- test/CodeGen/X86/fast-isel-sext-zext.ll | 378 ++++++++++++++++++++++++++++ test/CodeGen/X86/pr32340.ll | 60 +++-- test/CodeGen/X86/pr34381.ll | 26 +- 5 files changed, 523 insertions(+), 48 deletions(-) create mode 100644 test/CodeGen/X86/fast-isel-sext-zext.ll