Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / lib / Target / SPIRV / MCTargetDesc / SPIRVMCAsmInfo.h
blob08e579e1c32c89f494bf530421a288947cbd8c7b
1 //===-- SPIRVMCAsmInfo.h - SPIR-V asm properties --------------*- 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 SPIRVMCAsmInfo class.
11 //===----------------------------------------------------------------------===//
13 #ifndef LLVM_LIB_TARGET_SPIRV_MCTARGETDESC_SPIRVMCASMINFO_H
14 #define LLVM_LIB_TARGET_SPIRV_MCTARGETDESC_SPIRVMCASMINFO_H
16 #include "llvm/MC/MCAsmInfo.h"
18 namespace llvm {
20 class Triple;
22 class SPIRVMCAsmInfo : public MCAsmInfo {
23 public:
24 explicit SPIRVMCAsmInfo(const Triple &TT, const MCTargetOptions &Options);
25 bool shouldOmitSectionDirective(StringRef SectionName) const override;
27 } // namespace llvm
29 #endif // LLVM_LIB_TARGET_SPIRV_MCTARGETDESC_SPIRVMCASMINFO_H