[PATCH] D139594: [FuzzMutate] InstModificationStrategy, add FastMath flags and exact flags to instructions.
Peter Rong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Dec 10 11:04:19 PST 2022
Peter updated this revision to Diff 481869.
Peter added a comment.
fliping isExact as well. Using `isa<FPMathOperator>(&Inst)` to do test if FastMath is compatable.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139594/new/
https://reviews.llvm.org/D139594
Files:
llvm/lib/FuzzMutate/IRMutator.cpp
llvm/unittests/FuzzMutate/StrategiesTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139594.481869.patch
Type: text/x-patch
Size: 8643 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221210/d52c1baf/attachment.bin>
More information about the llvm-commits
mailing list