[PATCH] D138948: [FuzzMutate] SinkInstructionStrategy

Peter Rong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 29 13:41:09 PST 2022


Peter created this revision.
Herald added a subscriber: hiraditya.
Herald added a project: All.
Peter requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Randomlly select an instruction and try to use it in the future by replacing it with another instruction's operand.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D138948

Files:
  llvm/include/llvm/FuzzMutate/IRMutator.h
  llvm/lib/FuzzMutate/IRMutator.cpp
  llvm/unittests/FuzzMutate/StrategiesTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138948.478710.patch
Type: text/x-patch
Size: 3636 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221129/9e828546/attachment.bin>


More information about the llvm-commits mailing list