[flang] Enable FIR types and Dialect round trip tests

Reviewed By: schweitz, mehdi_amini

Differential Revision: https://reviews.llvm.org/D95958
This commit is contained in:
Sourabh Singh Tomar 2021-02-03 22:58:59 +05:30
parent 3c31b78455
commit f2879559ac
2 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,6 @@
// Test the FIR operations
// RUN: tco -emit-fir %s | tco -emit-fir | FileCheck %s
// UNSUPPORTED: !fir
// CHECK-LABEL: func private @it1() -> !fir.int<4>
// CHECK: func private @box1() -> !fir.boxchar<2>

View File

@ -1,7 +1,6 @@
// Test the FIR types
// RUN: tco -emit-fir %s | tco -emit-fir | FileCheck %s
// UNSUPPORTED: !fir
// Fortran Intrinsic types
// CHECK-LABEL: func private @it1() -> !fir.int<4>