Skip to content

Commit

Permalink
[flang] Enable FIR types and Dialect round trip tests
Browse files Browse the repository at this point in the history
Reviewed By: schweitz, mehdi_amini

Differential Revision: https://reviews.llvm.org/D95958
  • Loading branch information
SouraVX committed Feb 3, 2021
1 parent 3c31b78 commit f287955
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion flang/test/Fir/fir-ops.fir
@@ -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>
Expand Down
1 change: 0 additions & 1 deletion flang/test/Fir/fir-types.fir
@@ -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>
Expand Down

0 comments on commit f287955

Please sign in to comment.