[flang-commits] [flang] [Flang][OpenMP] Refactor loop-related lowering for composite support (PR #97566)

Sergio Afonso via flang-commits flang-commits at lists.llvm.org
Fri Jul 5 03:23:50 PDT 2024


skatrak wrote:

> This looks good overall. Do you expect there to be a lot more wrapper operations in the near future? If so, they look like there is a common pattern that could be further abstracted.

Thank you for the suggestion. I think if new loop wrappers are added at some point there should be rather few of them, but I think it's still worth doing the refactor, since those functions were pretty much identical.

https://github.com/llvm/llvm-project/pull/97566


More information about the flang-commits mailing list