[PATCH] D113763: [flang][CodeGen] Transform `fir.boxchar_len` to a sequence of LLVM MLIR
Andrzej Warzynski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 16 01:02:01 PST 2021
awarzynski added inline comments.
================
Comment at: flang/lib/Optimizer/CodeGen/CodeGen.cpp:1464
+ mlir::Type returnValTy = boxCharLen.getResult().getType();
+ llvmStructTy.cast<mlir::LLVM::LLVMStructType>().getBody()[1];
+
----------------
schweitz wrote:
> clementval wrote:
> > This line seems to be useless.
> Bad merge?
I have deleted that line and reformatted this bit. Thanks for pointing this out!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113763/new/
https://reviews.llvm.org/D113763
More information about the llvm-commits
mailing list