[flang-commits] [PATCH] D141136: [flang] Allow and use fir.rebox in fir.global

Slava Zakharin via Phabricator via flang-commits flang-commits at lists.llvm.org
Tue Jan 10 10:18:08 PST 2023


vzakhari added inline comments.


================
Comment at: flang/lib/Optimizer/CodeGen/TypeConverter.h:157
+    // addTargetMaterialization allow ignoring these ops and removing them
+    // after codegen assuming the type discrepencies are intended (like for
+    // fir.box inside globals).
----------------
Thank you for the comment, Jean!

nit typo: discrepencies -> discrepancies


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D141136/new/

https://reviews.llvm.org/D141136



More information about the flang-commits mailing list