File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
add_mlir_conversion_library (MLIRLoopToStandard
2
- ConvertLoopToStandard .cpp
2
+ LoopToStandard .cpp
3
3
4
4
ADDITIONAL_HEADER_DIRS
5
5
${MLIR_MAIN_INCLUDE_DIR} /mlir/Conversion/LoopToStandard
Original file line number Diff line number Diff line change 1
- // ===- ConvertLoopToStandard .cpp - ControlFlow to CFG conversion ----------===//
1
+ // ===- LoopToStandard .cpp - ControlFlow to CFG conversion ------- ----------===//
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.
Original file line number Diff line number Diff line change 1
1
add_mlir_conversion_library (MLIRStandardToLLVM
2
- ConvertStandardToLLVM .cpp
2
+ StandardToLLVM .cpp
3
3
4
4
ADDITIONAL_HEADER_DIRS
5
5
${MLIR_MAIN_INCLUDE_DIR} /mlir/Conversion/StandardToLLVM
Original file line number Diff line number Diff line change 1
- // ===- ConvertStandardToLLVM .cpp - Standard to LLVM dialect conversion-----===//
1
+ // ===- StandardToLLVM .cpp - Standard to LLVM dialect conversion ------ -----===//
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.
You can’t perform that action at this time.
0 commit comments