[PATCH] D96172: [flang][fir] Add shape, shape_shift, and slice types.
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 5 13:36:49 PST 2021
mehdi_amini added inline comments.
================
Comment at: flang/lib/Optimizer/Dialect/FIRType.cpp:489
+};
+
/// The type of a derived type part reference
----------------
MLIR has now the ability to auto-generate all this from TableGen, reducing drastically the boilerplate, can we move all these there? https://mlir.llvm.org/docs/OpDefinitions/#type-definitions
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96172/new/
https://reviews.llvm.org/D96172
More information about the llvm-commits
mailing list