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

Valentin Clement via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 11 13:38:55 PST 2021


clementval marked 2 inline comments as done.
clementval 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
----------------
mehdi_amini wrote:
> Nit: `types` ;)
My bad :)


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