[PATCH] D95958: [flang] Enable FIR types and Dialect round trip tests

Sourabh Singh Tomar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 3 09:35:40 PST 2021


SouraVX created this revision.
SouraVX added reviewers: schweitz, mehdi_amini, kiranchandramohan, kiranktp.
SouraVX added a project: Flang.
Herald added a subscriber: jdoerfert.
SouraVX requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D95958

Files:
  flang/test/Fir/fir-ops.fir
  flang/test/Fir/fir-types.fir


Index: flang/test/Fir/fir-types.fir
===================================================================
--- flang/test/Fir/fir-types.fir
+++ 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>
Index: flang/test/Fir/fir-ops.fir
===================================================================
--- flang/test/Fir/fir-ops.fir
+++ 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>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95958.321128.patch
Type: text/x-patch
Size: 766 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210203/39965eea/attachment.bin>


More information about the llvm-commits mailing list