[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 10:17:17 PST 2021
    
    
  
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGf2879559ac11: [flang] Enable FIR types and Dialect round trip tests (authored by SouraVX).
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95958/new/
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.321144.patch
Type: text/x-patch
Size: 766 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210203/93ce2494/attachment.bin>
    
    
More information about the llvm-commits
mailing list