Skip to content

Commit d2c7b3b

Browse files
committed
Rename pass
1 parent 31c9899 commit d2c7b3b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

lib/polygeist/Passes/LowerPolygeistOps.cpp

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1-
//===- TrivialUse.cpp - Remove trivial use instruction ---------------- -*-===//
1+
//===- LowerPolygeistOps.cpp - Lower polygeist ops to upstream MLIR ops -*-===//
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.
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
88
//
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+
//
1113
//===----------------------------------------------------------------------===//
1214
#include "PassDetails.h"
1315

0 commit comments

Comments
 (0)