[flang-commits] [flang] [Flang] Canonicalize divdc3 calls into arithmetic-based complex division (PR #146017)
via flang-commits
flang-commits at lists.llvm.org
Tue Jul 1 08:46:23 PDT 2025
jeanPerier wrote:
Hi @Hanwen-ece, thanks for the patch! I do have a preference using and improving mlir `complex.div` as discussed in https://discourse.llvm.org/t/optimization-of-complex-number-division/83468/24 instead of lowering the division directly at the FIR level because this duplicates complex div implementation and maintenance IMHO.
https://github.com/llvm/llvm-project/pull/146017
More information about the flang-commits
mailing list