[all-commits] [llvm/llvm-project] 56e1c2: [MLIR][NFC] rename ConvertStandardToLLVM, ConvertL...
Uday Bondhugula via All-commits
all-commits at lists.llvm.org
Sun Mar 22 19:54:56 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 56e1c20bfdfa9c837cd7743a841a32b371890e47
https://github.com/llvm/llvm-project/commit/56e1c20bfdfa9c837cd7743a841a32b371890e47
Author: Uday Bondhugula <uday at polymagelabs.com>
Date: 2020-03-23 (Mon, 23 Mar 2020)
Changed paths:
M mlir/lib/Conversion/LoopToStandard/CMakeLists.txt
R mlir/lib/Conversion/LoopToStandard/ConvertLoopToStandard.cpp
A mlir/lib/Conversion/LoopToStandard/LoopToStandard.cpp
M mlir/lib/Conversion/StandardToLLVM/CMakeLists.txt
R mlir/lib/Conversion/StandardToLLVM/ConvertStandardToLLVM.cpp
A mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp
Log Message:
-----------
[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 at polymagelabs.com>
Differential Revision: https://reviews.llvm.org/D76583
More information about the All-commits
mailing list