File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
lib/gc/Conversion/XeVMToLLVM Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- // ===- Passes.h - Conversion Pass Construction and Registration -----------===//
1
+ // ===-- Passes.h - Conversion Passes ---------------------------*- 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
1
//===-- Passes.td - Conversion pass definition file --------*- tablegen -*-===//
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
- // ===- XeVMTOLLVMPass .h - Convert XeVM to LLVM dialect ----------*- C++ -*-===//
1
+ // ===-- XeVMToLLVM .h - Convert XeVM to LLVM dialect --- ----------*- 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
//
@@ -25,4 +25,4 @@ void registerConvertXeVMToLLVMInterface(DialectRegistry ®istry);
25
25
26
26
} // namespace mlir
27
27
28
- #endif // MLIR_CONVERSION_XEVMTOLLVM_XEVMTOLLVMPASS_H_
28
+ #endif // MLIR_CONVERSION_XEVMTOLLVM_XEVMTOLLVMPASS_H_
Original file line number Diff line number Diff line change 1
- // ===- XeVMToLLVM.cpp - XeVM to LLVM dialect conversion ------------------ -===//
1
+ // ===-- XeVMToLLVM.cpp - XeVM to LLVM dialect conversion --------*- 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