Randomlly select an instruction and try to use it in the future by replacing it with another instruction's operand.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D138948
[FuzzMutate] SinkInstructionStrategy ClosedPublic Authored by Peter on Nov 29 2022, 1:41 PM.
Details Summary Randomlly select an instruction and try to use it in the future by replacing it with another instruction's operand.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 29 2022, 4:02 PM This revision was landed with ongoing or failed builds.Nov 29 2022, 4:19 PM Closed by commit rG43db7cb4f5d5: [FuzzMutate] SinkInstructionStrategy (authored by Peter). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 478748 llvm/include/llvm/FuzzMutate/IRMutator.h
llvm/lib/FuzzMutate/IRMutator.cpp
llvm/unittests/FuzzMutate/StrategiesTest.cpp
|