[PATCH] D113560: [fir] Add !fir.char type conversion

Valentin Clement via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 10 04:19:15 PST 2021


clementval added inline comments.


================
Comment at: flang/test/Fir/types-to-llvm.fir:65
 
+// Test char types `!fir.char<k, n>`
+func private @foo0(%arg0: !fir.char<1, 4>, %arg1: !fir.char<1, ?>)
----------------
Nit: add a blank line after the comment like other tests. 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113560



More information about the llvm-commits mailing list