[llvm] [llvm-exegesis] Make duplicate snippet repetitor produce whole snippets (PR #77224)
Clement Courbet via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 16 06:10:23 PST 2024
================
@@ -31,7 +31,11 @@ class DuplicateSnippetRepetitor : public SnippetRepetitor {
if (!Instructions.empty()) {
// Add the whole snippet at least once.
----------------
legrosbuffle wrote:
We no longer need the special case to add the snippet once, because we're now always adding the snippet in an all-or-nothing way.
https://github.com/llvm/llvm-project/pull/77224
More information about the llvm-commits
mailing list