[flang-commits] [flang] f287955 - [flang] Enable FIR types and Dialect round trip tests
Sourabh Singh Tomar via flang-commits
flang-commits at lists.llvm.org
Wed Feb 3 10:17:16 PST 2021
Author: Sourabh Singh Tomar
Date: 2021-02-03T23:46:55+05:30
New Revision: f2879559ac11d88f1f9f043d4c0fec981ac2a9e6
URL: https://github.com/llvm/llvm-project/commit/f2879559ac11d88f1f9f043d4c0fec981ac2a9e6
DIFF: https://github.com/llvm/llvm-project/commit/f2879559ac11d88f1f9f043d4c0fec981ac2a9e6.diff
LOG: [flang] Enable FIR types and Dialect round trip tests
Reviewed By: schweitz, mehdi_amini
Differential Revision: https://reviews.llvm.org/D95958
Added:
Modified:
flang/test/Fir/fir-ops.fir
flang/test/Fir/fir-types.fir
Removed:
################################################################################
diff --git a/flang/test/Fir/fir-ops.fir b/flang/test/Fir/fir-ops.fir
index a61109846a6b..2a17c20cde39 100644
--- a/flang/test/Fir/fir-ops.fir
+++ b/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>
diff --git a/flang/test/Fir/fir-types.fir b/flang/test/Fir/fir-types.fir
index ab45d4ae8d8f..4fc752b9da8a 100644
--- a/flang/test/Fir/fir-types.fir
+++ b/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>
More information about the flang-commits
mailing list