[PATCH] D113283: [fir] Add test for FIR types conversion

Andrzej Warzynski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 5 08:05:13 PDT 2021


awarzynski added inline comments.


================
Comment at: flang/test/Fir/types-to-llvm.fir:9
+func private @foo0(%arg0: !fir.array<10x10xi64>)
+// CHECK: !llvm.array<10 x array<10 x i64>>
+func private @foo1(%arg0: !fir.array<?xf32>)
----------------
Could you use this idiom for other cases too? Otherwise, there's no guarantee that a particular `CHECK` line matches on the line that we want it to match.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113283



More information about the llvm-commits mailing list