llvm/llvm/unittests/tools/llvm-exegesis/X86/SnippetRepetitorTest.cpp

//===-- SnippetRepetitorTest.cpp --------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//

#include "../Common/AssemblerUtils.h"
#include "LlvmState.h"
#include "MCInstrDescView.h"
#include "RegisterAliasing.h"
#include "TestBase.h"
#include "X86InstrInfo.h"
#include "llvm/CodeGen/MachineBasicBlock.h"

namespace llvm {
namespace exegesis {

void InitializeX86ExegesisTarget();

namespace {

ElementsAre;
Eq;
Field;
Property;
UnorderedElementsAre;

class X86SnippetRepetitorTest : public X86TestBase {};

static auto HasOpcode =;

static auto LiveReg =;

TEST_F(X86SnippetRepetitorTest, Duplicate) {}

TEST_F(X86SnippetRepetitorTest, DuplicateSnippetInstructionCount) {}

TEST_F(X86SnippetRepetitorTest, Loop) {}

} // namespace
} // namespace exegesis
} // namespace llvm