[PATCH] D139907: [FuzzMutate] RandomIRBuilder has more source and sink type now.

Peter Rong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 16 09:11:00 PDT 2023


Peter reopened this revision.
Peter added a comment.
This revision is now accepted and ready to land.

Thanks for mentioning. It has been reverted in the upstream.

The problems seem to be unit testing, not the code. When we have explicit pointer types, we check that we cannot load to a function pointer. Now that we default to opaque pointers, that check may fail.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139907



More information about the llvm-commits mailing list