[PATCH] D71471: [llvm-exegesis][mips] Add SnippetGeneratorTest unit test
Clement Courbet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 16 01:18:30 PST 2019
courbet added a comment.
LGMT from the exegesis side. Disclaimer: I know nothing about MIPS.
================
Comment at: llvm/unittests/tools/llvm-exegesis/Mips/SnippetGeneratorTest.cpp:100
+ // - Var2 [Op2]
+ const unsigned Opcode = Mips::XOR;
+ randomGenerator().seed(0); // Initialize seed.
----------------
nit: inline this ?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71471/new/
https://reviews.llvm.org/D71471
More information about the llvm-commits
mailing list