[PATCH] D113879: [Flang] Add the typeconversion to llvm for the FIR boxproc type

Diana Picus via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 15 04:06:45 PST 2021


rovka added inline comments.


================
Comment at: flang/test/Fir/types-to-llvm.fir:78
+// CHECK-LABEL: foo0
+// CHECK-SAME: !llvm.struct<(ptr<ptr<func<void ()>>>, ptr<i8>)>
+
----------------
Why does this have to be ptr<ptr>? Isn't one level of indirection enough? (Sorry about the ignoramus question)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113879



More information about the llvm-commits mailing list