[PATCH] D96535: [flang][fir] Add fir-opt tool

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 11 13:32:34 PST 2021


mehdi_amini added inline comments.


================
Comment at: flang/test/Fir/fir-types.fir:2
 // Test the FIR types
-
-// RUN: tco -emit-fir %s | tco -emit-fir | FileCheck %s
+// Parse operations and check that we can reparse what we print.
+// RUN: fir-opt %s | fir-opt | FileCheck %s
----------------
Nit: `types` ;)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96535/new/

https://reviews.llvm.org/D96535



More information about the llvm-commits mailing list