File tree 9 files changed +28
-14
lines changed
9 files changed +28
-14
lines changed Original file line number Diff line number Diff line change 1
- // ===- GENDialect.h - MLIR GEN target definitions - --------------*- C++ -*-===//
1
+ // ===-- GENDialect.h - MLIR GEN target definitions --------------*- C++ -*-===//
2
2
//
3
- // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
3
+ // This file is licensed 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
//
Original file line number Diff line number Diff line change
1
+ //===-- GenOps.td - Gen dialect definition -----------------*- tablegen -*-===//
2
+ //
3
+ // This file is licensed under the Apache License v2.0 with LLVM Exceptions.
4
+ // See https://llvm.org/LICENSE.txt for license information.
5
+ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
+ //
7
+ //===----------------------------------------------------------------------===//
1
8
#ifndef GENIR_OPS
2
9
#define GENIR_OPS
3
10
Original file line number Diff line number Diff line change 1
- // ===- Target.h - MLIR GEN target registration - -----------------*- C++ -*-===//
1
+ // ===-- Target.h - MLIR GEN target registration -----------------*- C++ -*-===//
2
2
//
3
- // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
3
+ // This file is licensed 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
//
Original file line number Diff line number Diff line change 1
- // ===- Utils.h - MLIR GEN target utils - -------------------------*- C++ -*-===//
1
+ // ===-- Utils.h - MLIR GEN target utils -------------------------*- C++ -*-===//
2
2
//
3
- // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
3
+ // This file is licensed 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
//
Original file line number Diff line number Diff line change 1
- // ===- GENToLLVMIRTranslation.h - GEN to LLVM IR - ---------------*- C++ -*-===//
1
+ // ===-- GENToLLVMIRTranslation.h - GEN to LLVM IR ---------------*- C++ -*-===//
2
2
//
3
- // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
3
+ // This file is licensed 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
//
Original file line number Diff line number Diff line change
1
+ // ===-- GENDialect.cpp - GEN Attrs and dialect registration -----*- C++ -*-===//
2
+ //
3
+ // This file is licensed under the Apache License v2.0 with LLVM Exceptions.
4
+ // See https://llvm.org/LICENSE.txt for license information.
5
+ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
+ //
7
+ // ===----------------------------------------------------------------------===//
1
8
#include " gc/Dialect/LLVMIR/GENDialect.h"
2
9
3
10
#include " mlir/Dialect/GPU/IR/CompilationInterfaces.h"
Original file line number Diff line number Diff line change 1
- // ===- Target.cpp - MLIR LLVM GEN target compilation - -----------*- C++ -*-===//
1
+ // ===-- Target.cpp - MLIR LLVM GEN target compilation -----------*- C++ -*-===//
2
2
//
3
- // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
3
+ // This file is licensed 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
//
Original file line number Diff line number Diff line change 1
- // ===- GENToLLVMIRTranslation.cpp - Translate GEN to LLVM IR ------------- -===//
1
+ // ===-- GENToLLVMIRTranslation.cpp - Translate GEN to LLVM IR ---*- C++ -* -===//
2
2
//
3
- // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
3
+ // This file is licensed 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
//
Original file line number Diff line number Diff line change 1
- // ===- GPUOpsLowering.h - GPU FuncOp / ReturnOp lowering -------*- C++ -*- -===//
1
+ // ===- GPUOpsLowering.h - GPU FuncOp / ReturnOp lowering -------- *- C++ -*-===//
2
2
//
3
- // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
3
+ // This file is licensed 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
//
You can’t perform that action at this time.
0 commit comments