[Mlir-commits] [mlir] [mlir][index][spirv] Add conversion for index	to spirv (PR #68085)
    Jakub Kuderski 
    llvmlistbot at llvm.org
       
    Mon Oct  9 17:48:26 PDT 2023
    
    
  
================
@@ -0,0 +1,28 @@
+//===- IndexToSPIRV.h - Index to SPIRV dialect conversion -------*- C++ -*-===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef MLIR_CONVERSION_INDEXTOSPIRV_INDEXTOSPIRV_H
+#define MLIR_CONVERSION_INDEXTOSPIRV_INDEXTOSPIRV_H
+
+#include <memory>
----------------
kuhar wrote:
This seems unused
https://github.com/llvm/llvm-project/pull/68085
    
    
More information about the Mlir-commits
mailing list