llvm/llvm/unittests/CodeGen/ScalableVectorMVTsTest.cpp

//===-------- llvm/unittest/CodeGen/ScalableVectorMVTsTest.cpp ------------===//
//
// 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 "llvm/CodeGen/ValueTypes.h"
#include "llvm/CodeGenTypes/MachineValueType.h"
#include "llvm/IR/DerivedTypes.h"
#include "llvm/IR/LLVMContext.h"
#include "llvm/Support/TypeSize.h"
#include "gtest/gtest.h"

usingnamespacellvm;

namespace {

TEST(ScalableVectorMVTsTest, IntegerMVTs) {}

TEST(ScalableVectorMVTsTest, FloatMVTs) {}

TEST(ScalableVectorMVTsTest, HelperFuncs) {}

TEST(ScalableVectorMVTsTest, IRToVTTranslation) {}

TEST(ScalableVectorMVTsTest, VTToIRTranslation) {}

TEST(ScalableVectorMVTsTest, SizeQueries) {}

} // end anonymous namespace