This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d475c17e7b6 [RISCV] Implement floating point assembler pseudo instructions new 6dc08a09269 [X86][SSE] MOVMSK only uses the sign bit from each vector element new 033683a63fc [FuzzMutate] Correctly split landingpad blocks new 95edead4fe4 [FuzzMutate] Avoid zero sized aggregates new a3d1ab81863 [FuzzMutate] Only generate loads and stores to the first cl [...]
The 4 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: include/llvm/FuzzMutate/OpDescriptor.h | 8 ++++++ lib/FuzzMutate/Operations.cpp | 9 +++++-- lib/FuzzMutate/RandomIRBuilder.cpp | 8 +++++- lib/Target/X86/X86ISelLowering.cpp | 22 ++++++++++++++++ test/CodeGen/X86/setcc-lowering.ll | 1 - unittests/FuzzMutate/OperationsTest.cpp | 39 ++++++++++++++++++++++++++-- unittests/FuzzMutate/RandomIRBuilderTest.cpp | 30 +++++++++++++++++++++ 7 files changed, 111 insertions(+), 6 deletions(-)