[PATCH] D46821: Update llvm-exegesis to cover latency through another opcode.

Guillaume Chatelet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 15 05:55:48 PDT 2018


gchatelet planned changes to this revision.
gchatelet added inline comments.


================
Comment at: tools/llvm-exegesis/lib/MCInstrDescView.h:119
+// A global Random Number Generator to randomize configurations.
+std::mt19937 &RandomGenerator();
+
----------------
courbet wrote:
> ideally this would come from the main (or tests). Possibly in a subsequent revision.
Yes let's do this in a subsequent version.


Repository:
  rL LLVM

https://reviews.llvm.org/D46821





More information about the llvm-commits mailing list