On 3/13/23 20:37, Kito Cheng via Gcc-patches wrote:
You're correct. The other form shouldn't be used at all and should not appear in the MD files.IIRC the canonical form of (plus (op) (mult (op) (op))) is (plus (mult (op) (op) (op)), so using the first form might not friendly for the combine pass.
jeff