[PATCH] D138890: [FuzzMutate] Fix a bug in `connectToSink` which might invalidate the whole module.

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 29 13:04:28 PST 2022


arsenm accepted this revision.
arsenm added inline comments.


================
Comment at: llvm/unittests/FuzzMutate/RandomIRBuilderTest.cpp:320
+
+  std::vector<Type *> Types = {Type::getInt32Ty(Ctx), Type::getInt1Ty(Ctx)};
+  RandomIRBuilder IB(Seed, Types);
----------------
std::array if possible


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138890



More information about the llvm-commits mailing list