[flang-commits] [PATCH] D150881: [flang][hlfir] Lower hlfir.where when there are no conflicts

Jean Perier via Phabricator via flang-commits flang-commits at lists.llvm.org
Fri May 19 07:09:02 PDT 2023


jeanPerier added a comment.

In D150881#4356095 <https://reviews.llvm.org/D150881#4356095>, @tblah wrote:

> LGTM!
>
> If the elemental inlining pass is done first, do we still need to handle recursive elemental inlining in bufferization? I guess it is good to have around for robustness.

We would only need to inline the "last" one here indeed, but as you point out, I think it is better to have it explicit here so that we can run this pass independently from the optimization that runs on everything.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150881



More information about the flang-commits mailing list