forked from OSchip/llvm-project
[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:
parent
3c31b78455
commit
f2879559ac
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue