We can randomly switch two operands of an instruction now.
Also add more comments to mutator.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Paths
| Differential D138262
[FuzzMutate] Update InstModifierStrategy ClosedPublic Authored by Peter on Nov 17 2022, 10:47 PM.
Details Summary We can randomly switch two operands of an instruction now.
Diff Detail
Unit TestsFailed Event Timeline
This revision is now accepted and ready to land.Nov 18 2022, 2:54 PM
Revision Contents
Diff 476607 llvm/lib/FuzzMutate/IRMutator.cpp
llvm/unittests/FuzzMutate/StrategiesTest.cpp
|
These clang-format changes and comment changes should be separate from the functionality change