[PATCH] D96422: [flang][fir] Move ShapeType to TableGen type definition
Valentin Clement via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 10 07:30:33 PST 2021
clementval created this revision.
clementval added reviewers: schweitz, mehdi_amini, sscalpone, jeanPerier.
Herald added a subscriber: mgorny.
clementval requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This is the first patch of a serie to move types to TableGen format as
suggested in D96172 <https://reviews.llvm.org/D96172>.
This patch is setting up the files for types and move the ShapeType to TableGen.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D96422
Files:
flang/include/flang/Optimizer/Dialect/CMakeLists.txt
flang/include/flang/Optimizer/Dialect/FIROps.td
flang/include/flang/Optimizer/Dialect/FIRType.h
flang/include/flang/Optimizer/Dialect/FIRTypes.td
flang/lib/Optimizer/Dialect/FIRType.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96422.322682.patch
Type: text/x-patch
Size: 7902 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210210/dc648e50/attachment.bin>
More information about the llvm-commits
mailing list