[flang-commits] [PATCH] D130484: [flang] Runs FIR SimplifyRegionLitePass pass after calling the inliner
Andrzej Warzynski via Phabricator via flang-commits
flang-commits at lists.llvm.org
Mon Jul 25 07:34:17 PDT 2022
awarzynski added a comment.
> In flang pipeline, the inliner calls createCanonicalizerPass with the region simplification disabled.
Why not //enable// region simplification instead? Just curious.
================
Comment at: flang/test/Fir/simplify-region-lite-after-inliner.fir:1
+// RUN: tco %s | FileCheck %s
+
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130484/new/
https://reviews.llvm.org/D130484
More information about the flang-commits
mailing list