Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / lib / Target / NVPTX / NVPTXLowerAggrCopies.h
blob59d5ef40e9ac96e2564a8fcd4a4388b60b2886ed
1 //===-- llvm/lib/Target/NVPTX/NVPTXLowerAggrCopies.h ------------*- C++ -*-===//
2 //
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6 //
7 //===----------------------------------------------------------------------===//
8 //
9 // This file contains the declaration of the NVIDIA specific lowering of
10 // aggregate copies
12 //===----------------------------------------------------------------------===//
14 #ifndef LLVM_LIB_TARGET_NVPTX_NVPTXLOWERAGGRCOPIES_H
15 #define LLVM_LIB_TARGET_NVPTX_NVPTXLOWERAGGRCOPIES_H
17 namespace llvm {
18 class FunctionPass;
20 FunctionPass *createLowerAggrCopies();
23 #endif