[llvm] [mlir] [mlir] Add Normalize pass (PR #162266)

Jacques Pienaar via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 24 04:49:44 PDT 2025


================
@@ -0,0 +1,461 @@
+//===- Normalize.cpp - Conversion from MLIR to its canonical form ---------===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+
+#include "mlir/Conversion/Normalize/Normalize.h"
+
+#include "mlir/Dialect/Arith/IR/Arith.h"
----------------
jpienaar wrote:

Where are these dialects includes needed?

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


More information about the llvm-commits mailing list