[all-commits] [llvm/llvm-project] 934339: [flang][NFC] Extract TypeConverter from header file
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Mon Apr 10 08:42:01 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9343398708db096e7a17c5019bb2e408e0e74615
https://github.com/llvm/llvm-project/commit/9343398708db096e7a17c5019bb2e408e0e74615
Author: Valentin Clement <clementval at gmail.com>
Date: 2023-04-10 (Mon, 10 Apr 2023)
Changed paths:
M flang/lib/Optimizer/CodeGen/CMakeLists.txt
A flang/lib/Optimizer/CodeGen/TypeConverter.cpp
M flang/lib/Optimizer/CodeGen/TypeConverter.h
Log Message:
-----------
[flang][NFC] Extract TypeConverter from header file
Extract the type converter definitions into its own .cpp
file so the type converter can be used by passes.
Reviewed By: PeteSteinfeld
Differential Revision: https://reviews.llvm.org/D147824
More information about the All-commits
mailing list