llvm/llvm/unittests/CodeGen/GlobalISel/GISelUtilsTest.cpp

//===- GISelUtilsTest.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 "GISelMITest.h"
#include "llvm/CodeGen/GlobalISel/Utils.h"
#include "gtest/gtest.h"

usingnamespacellvm;

namespace {
static const LLT S1 =;
static const LLT S8 =;
static const LLT S16 =;
static const LLT S32 =;
static const LLT S64 =;
static const LLT P0 =;
static const LLT P1 =;

static const LLT V2S8 =;
static const LLT V4S8 =;
static const LLT V8S8 =;

static const LLT V2S16 =;
static const LLT V3S16 =;
static const LLT V4S16 =;

static const LLT V2S32 =;
static const LLT V3S32 =;
static const LLT V4S32 =;
static const LLT V6S32 =;

static const LLT V2S64 =;
static const LLT V3S64 =;
static const LLT V4S64 =;

static const LLT V2P0 =;
static const LLT V3P0 =;
static const LLT V4P0 =;
static const LLT V6P0 =;

static const LLT V2P1 =;
static const LLT V4P1 =;

static const LLT NXV1S1 =;
static const LLT NXV2S1 =;
static const LLT NXV3S1 =;
static const LLT NXV4S1 =;
static const LLT NXV12S1 =;
static const LLT NXV32S1 =;
static const LLT NXV64S1 =;
static const LLT NXV128S1 =;
static const LLT NXV384S1 =;

static const LLT NXV1S32 =;
static const LLT NXV2S32 =;
static const LLT NXV3S32 =;
static const LLT NXV4S32 =;
static const LLT NXV8S32 =;
static const LLT NXV12S32 =;
static const LLT NXV24S32 =;

static const LLT NXV1S64 =;
static const LLT NXV2S64 =;
static const LLT NXV3S64 =;
static const LLT NXV4S64 =;
static const LLT NXV6S64 =;
static const LLT NXV12S64 =;

static const LLT NXV1P0 =;
static const LLT NXV2P0 =;
static const LLT NXV3P0 =;
static const LLT NXV4P0 =;
static const LLT NXV12P0 =;

TEST(GISelUtilsTest, getGCDType) {}

TEST(GISelUtilsTest, getLCMType) {}

TEST_F(AArch64GISelMITest, ConstFalseTest) {}
}