[flang-commits] [flang] [flang][codegen] lower complex division to `complex.div` instead of intrinsic function (PR #189717)
Slava Zakharin via flang-commits
flang-commits at lists.llvm.org
Tue Mar 31 13:49:49 PDT 2026
vzakhari wrote:
Ideally, I think `complex.div` should carry an attribute identifying its `complex-range` behavior. This involves and RFC, discussion and modifying parts outside of Flang.
Another option is to still generate the calls early in FE under `-complex-range=full`.
https://github.com/llvm/llvm-project/pull/189717
More information about the flang-commits
mailing list