[PATCH] D110818: [fir] Add fir.char_convert op
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 30 15:00:16 PDT 2021
mehdi_amini added inline comments.
================
Comment at: flang/include/flang/Optimizer/Dialect/FIRType.h:155
+/// Returns true iff the type `t` does not have a constant size.
+bool hasDynamicSize(mlir::Type t);
+
----------------
kiranchandramohan wrote:
> This function is not used or defined in this patch.
The functions above don't seem used either by the eay
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110818/new/
https://reviews.llvm.org/D110818
More information about the llvm-commits
mailing list