[PATCH] D148853: [FuzzMutate] Skip EHPad during mutation and avoid replacing callee with pointer when sinking

Henry Yu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 26 14:56:51 PDT 2023


HazyFish updated this revision to Diff 517325.
HazyFish retitled this revision from "[FuzzMutate] Skip EHPad to avoid crash during mutation" to "[FuzzMutate] Skip EHPad during mutation and avoid replacing callee with pointer when sinking".
HazyFish edited the summary of this revision.
HazyFish added a comment.

avoid replacing callee with pointer when sinking


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148853/new/

https://reviews.llvm.org/D148853

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148853.517325.patch
Type: text/x-patch
Size: 4859 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230426/ff12f4ae/attachment.bin>


More information about the llvm-commits mailing list