[PATCH] D149989: [FuzzMutate] Module size heuristics

Peter Rong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 5 14:07:32 PDT 2023


Peter added inline comments.


================
Comment at: llvm/include/llvm/FuzzMutate/IRMutator.h:74
+  static size_t getModuleSize(const Module &M);
+  void mutateModule(Module &M, int Seed, size_t MaxSize);
 };
----------------
Can you add comments here about the change and the semantics of size?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149989



More information about the llvm-commits mailing list