[PATCH] D113887: [fir] Add fir.global_len conversion placeholder

Valentin Clement via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 15 06:06:18 PST 2021


clementval added inline comments.


================
Comment at: flang/lib/Optimizer/CodeGen/CodeGen.cpp:648
+        globalLen, "fir.global_len codegen is not implemented yet");
+    return success();
+  }
----------------
awarzynski wrote:
> DELETEME
Thanks for catching this. 


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