File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 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 -*-===//
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
You can’t perform that action at this time.
0 commit comments