mirror of
https://github.com/intel/llvm.git
synced 2026-01-24 00:20:25 +08:00
We can canonicalize the complex.div if the divisor is one (real = 1.0, imag = 0.0) with the input number itself. Ref: https://www.cuemath.com/numbers/division-of-complex-numbers/