[MLIR][NFC] rename ConvertStandardToLLVM, ConvertLoopToStandard to drop Convert prefix

This is in line with the convention agreed on https://llvm.discourse.group/t/rfc-canonical-file-paths-to-dialects/621

Signed-off-by: Uday Bondhugula <uday@polymagelabs.com>

Differential Revision: https://reviews.llvm.org/D76583
This commit is contained in:
Uday Bondhugula 2020-03-23 07:04:04 +05:30
parent 0d0b90105f
commit 56e1c20bfd
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
add_mlir_conversion_library(MLIRLoopToStandard
ConvertLoopToStandard.cpp
LoopToStandard.cpp
ADDITIONAL_HEADER_DIRS
${MLIR_MAIN_INCLUDE_DIR}/mlir/Conversion/LoopToStandard

View File

@ -1,4 +1,4 @@
//===- ConvertLoopToStandard.cpp - ControlFlow to CFG conversion ----------===//
//===- LoopToStandard.cpp - ControlFlow to CFG conversion -----------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.

View File

@ -1,5 +1,5 @@
add_mlir_conversion_library(MLIRStandardToLLVM
ConvertStandardToLLVM.cpp
StandardToLLVM.cpp
ADDITIONAL_HEADER_DIRS
${MLIR_MAIN_INCLUDE_DIR}/mlir/Conversion/StandardToLLVM

View File

@ -1,4 +1,4 @@
//===- ConvertStandardToLLVM.cpp - Standard to LLVM dialect conversion-----===//
//===- StandardToLLVM.cpp - Standard to LLVM dialect conversion -----------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.