llvm/llvm/unittests/CodeGen/AllocationOrderTest.cpp

//===- llvm/unittest/CodeGen/AllocationOrderTest.cpp - AllocationOrder tests =//
//
// 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 "../lib/CodeGen/AllocationOrder.h"
#include "gtest/gtest.h"

usingnamespacellvm;

namespace {
std::vector<MCPhysReg> loadOrder(const AllocationOrder &O, unsigned Limit = 0) {}
} // namespace

TEST(AllocationOrderTest, Basic) {}

TEST(AllocationOrderTest, Duplicates) {}

TEST(AllocationOrderTest, HardHints) {}

TEST(AllocationOrderTest, LimitsBasic) {}

TEST(AllocationOrderTest, LimitsDuplicates) {}

TEST(AllocationOrderTest, LimitsHardHints) {}

TEST(AllocationOrderTest, DuplicateIsFirst) {}

TEST(AllocationOrderTest, DuplicateIsFirstWithLimits) {}

TEST(AllocationOrderTest, NoHints) {}

TEST(AllocationOrderTest, IsHintTest) {}