[llvm-branch-commits] [flang] [flang] run CFG conversion on omp reduction declare ops (PR #84953)
Valentin Clement バレンタイン クレメン via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Mar 13 11:11:48 PDT 2024
clementval wrote:
Wouldn't it be cleaner to expose the patterns via a `populateFirCfgConversionPatterns` function and reuse it in you extra pass instead of making two pass from the initial file?
We did this recently for the FirToLLVM patterns. https://github.com/llvm/llvm-project/pull/83492
https://github.com/llvm/llvm-project/pull/84953
More information about the llvm-branch-commits
mailing list