[flang-commits] [flang] [flang][debug] Support fir::ReferenceType. (PR #113480)
Abid Qadeer via flang-commits
flang-commits at lists.llvm.org
Thu Oct 24 03:37:07 PDT 2024
================
@@ -0,0 +1,10 @@
+// RUN: fir-opt --add-debug-info --mlir-print-debuginfo %s | FileCheck %s
+
----------------
abidh wrote:
Thanks for your review. Currently `mlir::NoneType` is not handled and a place holder integer type gets generated for it. I have a small PR ready to add its support and I will add the `!fir.ref<none>` check in that.
https://github.com/llvm/llvm-project/pull/113480
More information about the flang-commits
mailing list