[flang-commits] [PATCH] D130484: [flang] Runs FIR SimplifyRegionLitePass pass after calling the inliner

Kiran Chandramohan via Phabricator via flang-commits flang-commits at lists.llvm.org
Mon Jul 25 07:54:19 PDT 2022


kiranchandramohan added a comment.

Just a drive-through comment. Feel free to ignore it.

We have a call to `simplifyregions` in the lowering code with a comment to move this to a pass. With this change can we remove that call in Bridge.cpp?
https://github.com/llvm/llvm-project/blob/883b0d5b7f873a7d6f8c8ee13c7f6174a2a79a50/flang/lib/Lower/Bridge.cpp#L2830


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