Pip Cet (pipcet) <[email protected]>) commented on the code:
> +++ gcc/config/wasm/attrs.md > @@ -0,0 +44,4 @@ > +(define_mode_attr promote_type [ > + (QI "i32") (HI "i32") > + (SI "i32") (DI "i64") > + (SF "f32") (DF "f32")]) I don't understand why this doesn't say `(DF "f64")`. Is this a special case? -- https://forge.sourceware.org/gcc/gcc-TEST/pulls/160#issuecomment-6350
