This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0f099769a76 Remove stray comma in sink-addrmode test new 1404e4cc816 [FuzzMutate] NFC. Move parseModule and writeModule from llv [...] new f6c5e77fb2f [InstSimplify] add tests for fcmp ord/uno; NFC
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: include/llvm/FuzzMutate/FuzzerCLI.h | 18 ++ lib/FuzzMutate/FuzzerCLI.cpp | 36 ++++ test/Transforms/InstSimplify/logic-of-fcmps.ll | 217 +++++++++++++++++++++++++ tools/llvm-isel-fuzzer/llvm-isel-fuzzer.cpp | 27 --- tools/llvm-opt-fuzzer/llvm-opt-fuzzer.cpp | 36 ---- 5 files changed, 271 insertions(+), 63 deletions(-) create mode 100644 test/Transforms/InstSimplify/logic-of-fcmps.ll