[PATCH] D113559: [fir] Add !fir.ptr type conversion
Valentin Clement via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 10 04:20:05 PST 2021
clementval accepted this revision.
clementval added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: flang/test/Fir/types-to-llvm.fir:39
+// CHECK-SAME: !llvm.ptr<i32>
+func private @foo1(%arg0: !fir.ptr<!fir.array<10xf32>>)
+// CHECK-LABEL: foo1
----------------
Nit: separate the two tests with a blank line.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113559/new/
https://reviews.llvm.org/D113559
More information about the llvm-commits
mailing list