File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
- // ===- TrivialUse .cpp - Remove trivial use instruction ---------------- -*-===//
1
+ // ===- LowerPolygeistOps .cpp - Lower polygeist ops to upstream MLIR ops -*-===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
//
9
- // This file implements a pass to lower gpu kernels in NVVM/gpu dialects into
10
- // a generic parallel for representation
9
+ // This file implements a pass which lowers any remaining Polygeist dialect
10
+ // operations (after canonicalization) to operations found in upstream MLIR
11
+ // dialects.
12
+ //
11
13
// ===----------------------------------------------------------------------===//
12
14
#include " PassDetails.h"
13
15
You can’t perform that action at this time.
0 commit comments