File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
include/mlir/Conversion/Normalize Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1- // ===- Normalize.h - Math to outlined impl conversion ---------- -*- C++ -*-===//
1+ // ===- Normalize.h - Conversion from MLIR to its canonical form -*- C++ -*-===//
22//
33// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44// See https://llvm.org/LICENSE.txt for license information.
99#ifndef MLIR_CONVERSION_NORMALIZE_NORMALIZE_H
1010#define MLIR_CONVERSION_NORMALIZE_NORMALIZE_H
1111
12- #include < memory>
13-
1412namespace mlir {
1513class Pass ;
1614
Original file line number Diff line number Diff line change 1- // ===- Normalize.cpp - IR to simplified IR conversion ------------ ---------===//
1+ // ===- Normalize.cpp - Conversion from MLIR to its canonical form ---------===//
22//
33// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44// See https://llvm.org/LICENSE.txt for license information.
You can’t perform that action at this time.
0 commit comments