[Mlir-commits] [mlir] [NVVM][MLIR] Refactor conversion of Math / Arith Operations seperate Passes (PR #180058)
Jason Van Beusekom
llvmlistbot at llvm.org
Fri Feb 13 10:26:59 PST 2026
================
@@ -0,0 +1,28 @@
+//===- MathToNVVM.h - Utils to convert from the Math dialect to NVVM -----===//
+//
+// 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_MATHTONVVM_MATHTONVVM_H_
+#define MLIR_CONVERSION_MATHTONVVM_MATHTONVVM_H_
+
+#include "mlir/Conversion/LLVMCommon/TypeConverter.h"
+#include "mlir/IR/PatternMatch.h"
+#include <memory>
----------------
Jason-Van-Beusekom wrote:
Removed in d33b7066cefd6a27d3ad594a2109d22baa5818b4, it was not needed, I Based the includes for this file off of MathToROCDL which also dose not seems to use memory.
https://github.com/llvm/llvm-project/pull/180058
More information about the Mlir-commits
mailing list