[all-commits] [llvm/llvm-project] 43db7c: [FuzzMutate] SinkInstructionStrategy
Peter Rong via All-commits
all-commits at lists.llvm.org
Tue Nov 29 16:19:09 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 43db7cb4f5d576a18be538cd6d41669c798642ec
https://github.com/llvm/llvm-project/commit/43db7cb4f5d576a18be538cd6d41669c798642ec
Author: Peter Rong <PeterRong96 at gmail.com>
Date: 2022-11-29 (Tue, 29 Nov 2022)
Changed paths:
M llvm/include/llvm/FuzzMutate/IRMutator.h
M llvm/lib/FuzzMutate/IRMutator.cpp
M llvm/unittests/FuzzMutate/StrategiesTest.cpp
Log Message:
-----------
[FuzzMutate] SinkInstructionStrategy
Randomlly select an instruction and try to use it in the future by replacing it with another instruction's operand.
Reviewed By: arsenm
Differential Revision: https://reviews.llvm.org/D138948
More information about the All-commits
mailing list