This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9b20dc3577d [InstSimplify] Add unary fneg to `fsub 0.0, (fneg X) ==> X` [...] new 7527749e866 [InstCombine] add tests for insertelement with bitcasted op [...] new 1460d5989d1 [X86][SSE] Match all-of bool scalar reductions into a bitca [...] new 1fb649b6d97 gn build: Merge r360991
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/Target/X86/X86ISelLowering.cpp | 18 +++++ test/CodeGen/X86/movmsk-cmp.ll | 28 +++---- .../InstCombine/insertelement-bitcast.ll | 92 ++++++++++++++++++++++ utils/gn/secondary/clang/test/BUILD.gn | 6 ++ 4 files changed, 128 insertions(+), 16 deletions(-) create mode 100644 test/Transforms/InstCombine/insertelement-bitcast.ll