[PATCH] D113670: [Flang] Add type conversion for FIR heap type
Valentin Clement via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 11 06:26:16 PST 2021
clementval accepted this revision.
clementval added a comment.
This revision is now accepted and ready to land.
LG.
================
Comment at: flang/test/Fir/types-to-llvm.fir:33
+// CHECK-LABEL: foo2
+// CHECK-SAME: !llvm.ptr<struct<(ptr<struct<"_QMs1Ta1", (i32, f32)>>, i64, i32, i8, i8, i8, i8, ptr<i8>, array<1 x i64>)>>
----------------
Should we make the box check target agnostic? Same for other.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113670/new/
https://reviews.llvm.org/D113670
More information about the llvm-commits
mailing list