[Mlir-commits] [mlir] [mlir][SMT] upstream `SMT` dialect (PR #131480)

Martin Erhart llvmlistbot at llvm.org
Tue Apr 8 08:27:25 PDT 2025


================
@@ -0,0 +1,25 @@
+//===- SMTOps.h - SMT dialect operations ------------------------*- 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_DIALECT_SMT_SMTOPS_H
----------------
maerhart wrote:

Nit: 
```suggestion
#ifndef MLIR_DIALECT_SMT_IR_SMTOPS_H
```
and also in all other files

https://github.com/llvm/llvm-project/pull/131480


More information about the Mlir-commits mailing list