[flang-commits] [PATCH] D129156: Add -fpass-plugin option to Flang
Tarun Prabhu via Phabricator via flang-commits
flang-commits at lists.llvm.org
Wed Jul 6 05:22:28 PDT 2022
tarunprabhu added a comment.
> Btw, have you considered re-using LLVM's Hello <https://github.com/llvm/llvm-project/blob/main/llvm/lib/Transforms/Hello/Hello.cpp> pass for testing?
I wanted to also propose a similar option to write out-of-tree FIR (MLIR) passes. I thought that it might be instructive to have the same/similar functionality in an example plugin, an MLIR pass and an LLVM pass.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129156/new/
https://reviews.llvm.org/D129156
More information about the flang-commits
mailing list