[PATCH] D68125: [llvm-exegesis] Add loop mode for repeating the snippet.

Clement Courbet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 27 02:57:16 PDT 2019


courbet added a comment.

In D68125#1685579 <https://reviews.llvm.org/D68125#1685579>, @lebedev.ri wrote:

> Can you point me to the test that actually checks the new assembly?


I was hesitant here: I only added integration tests there instead of unit tests because it felt like unit tests would really only be a repetition of the class internals. Given your comment, I'm going to add actual unit tests too.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68125/new/

https://reviews.llvm.org/D68125





More information about the llvm-commits mailing list