[flang-commits] [flang] [flang] Added extension point callbacks to default FIR optimizer pipeline. (PR #90674)

Vijay Kandiah via flang-commits flang-commits at lists.llvm.org
Wed May 1 14:33:07 PDT 2024


VijayKandiah wrote:

Ah I see, thanks for clarifying. These callbacks currently provide a static way to extend the pass pipeline by upstream or downstream driver source code. However, I see this change as a step in the right direction towards having a dynamic way to load passes with something like a FIR/MLIR pass-plugin option that uses these callbacks to do so.

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


More information about the flang-commits mailing list