[all-commits] [llvm/llvm-project] edd365: [flang][fir][NFC] Move ShapeType to TableGen type ...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Wed Feb 10 16:48:44 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: edd365c7098d212172b6e94a793910a8e1a0f521
https://github.com/llvm/llvm-project/commit/edd365c7098d212172b6e94a793910a8e1a0f521
Author: Valentin Clement <clementval at gmail.com>
Date: 2021-02-10 (Wed, 10 Feb 2021)
Changed paths:
M flang/include/flang/Optimizer/Dialect/CMakeLists.txt
M flang/include/flang/Optimizer/Dialect/FIROps.td
M flang/include/flang/Optimizer/Dialect/FIRType.h
A flang/include/flang/Optimizer/Dialect/FIRTypes.td
M flang/lib/Optimizer/Dialect/FIRType.cpp
Log Message:
-----------
[flang][fir][NFC] Move ShapeType to TableGen type definition
This is the first patch of a serie to move FIR types to TableGen format as suggested in D96172.
This patch is setting up the files for FIR types and move the ShapeType to TableGen.
As discussed with @schweitz, I'm taking over this task to help the FIR upstreaming effort.
Reviewed By: mehdi_amini
Differential Revision: https://reviews.llvm.org/D96422
More information about the All-commits
mailing list