[PATCH] D113887: [fir] Add fir.global_len conversion placeholder
Kiran Chandramohan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 15 06:18:35 PST 2021
kiranchandramohan added inline comments.
================
Comment at: flang/lib/Optimizer/CodeGen/CodeGen.cpp:648
+ globalLen, "fir.global_len codegen is not implemented yet");
+ return success();
+ }
----------------
clementval wrote:
> awarzynski wrote:
> > DELETEME
> Thanks for catching this.
I think the select_type has a return failure which needs deletion.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113887/new/
https://reviews.llvm.org/D113887
More information about the llvm-commits
mailing list