[PATCH] D139907: [FuzzMutate] RandomIRBuilder has more source and sink type now.
Peter Rong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 31 18:21:14 PDT 2023
Peter added inline comments.
================
Comment at: llvm/lib/FuzzMutate/RandomIRBuilder.cpp:284-286
+ // TODO: Replacing operands of intrinsics would be interesting,
+ // but there's no easy way to verify that a given replacement is
+ // valid given that intrinsics can impose arbitrary constraints.
----------------
arsenm wrote:
> Not really, you just need to avoid touching immarg parameters
I am not sure how to determine if an operand of an intrinsic should be immarg or not, would you please elabrate?
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