[PATCH] D113405: [fir] Add !fir.logical type conversion
Valentin Clement via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 8 08:36:13 PST 2021
clementval added inline comments.
================
Comment at: flang/test/Fir/types-to-llvm.fir:70
+// CHECK-LABEL: foo3
+// CHECK-SAME: i64
----------------
kiranchandramohan wrote:
> Assuming we do not support fir.logical<16>
It's actually supported. Will add a test before landing this.
```
func private @foo4(%arg0: !fir.logical<16>)
// CHECK-LABEL: foo4
// CHECK-SAME: i128
```
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113405/new/
https://reviews.llvm.org/D113405
More information about the llvm-commits
mailing list