[llvm] [llvm-exegesis] Add CLI Option to set Fixed RNG seed (PR #170013)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 1 06:40:29 PST 2025
================
@@ -187,8 +195,13 @@ generateUnconstrainedCodeTemplates(const InstructionTemplate &Variant,
}
std::mt19937 &randomGenerator() {
+ unsigned RandomSeed = RandomGeneratorSeed;
----------------
boomanaiden154 wrote:
Good point. Fixed.
https://github.com/llvm/llvm-project/pull/170013
More information about the llvm-commits
mailing list