[all-commits] [llvm/llvm-project] 261db5: [FuzzMutate] Make ShuffleBlockStrategy deterministic
Zhenkai Weng via All-commits
all-commits at lists.llvm.org
Thu May 4 20:54:40 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 261db5fdbe12e70adf930c212e164997e048c208
https://github.com/llvm/llvm-project/commit/261db5fdbe12e70adf930c212e164997e048c208
Author: Zhenkai Weng <theoaktree1040 at gmail.com>
Date: 2023-05-04 (Thu, 04 May 2023)
Changed paths:
M llvm/lib/FuzzMutate/IRMutator.cpp
Log Message:
-----------
[FuzzMutate] Make ShuffleBlockStrategy deterministic
This revision makes ShuffleBlockStrategy deterministic by replacing
SmallPtrSet with other data structures that has a deterministic iteration
order.
Reviewed By: Peter
Differential Revision: https://reviews.llvm.org/D149676
More information about the All-commits
mailing list