This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c4f19979c79 [FuzzMutate] Don't crash when we can't remove instruction f [...] new 703237d8da9 [FuzzMutate] Don't create load as a new source if it doesn' [...] new 59e987ce53b [FuzzMutate] Pick correct index for the insertvalue instruction new 21b2a002541 [FuzzMutate] Don't use index operands as sinks
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/FuzzMutate/Operations.cpp | 6 +- lib/FuzzMutate/RandomIRBuilder.cpp | 30 ++--- unittests/FuzzMutate/CMakeLists.txt | 1 + unittests/FuzzMutate/RandomIRBuilderTest.cpp | 167 +++++++++++++++++++++++++++ 4 files changed, 188 insertions(+), 16 deletions(-) create mode 100644 unittests/FuzzMutate/RandomIRBuilderTest.cpp