Peter Klausler cea3638812 [flang] Avoid code duplication in mixed expressions
Rather than represent the mixed real/complex subexpression x*(a,b)
as (x*a,x*b), use (x,0)*(a,b) to avoid a potential code duplication
in current lowering code.  Same for mixed division, and for mixed
integer*complex and integer/complex cases.

Differential Review: https://reviews.llvm.org/D115732
2021-12-15 13:23:50 -08:00
..
2021-08-30 13:01:56 -07:00
2021-10-18 13:46:46 -07:00
2021-09-30 12:08:10 -07:00
2020-07-08 07:25:25 -05:00