Kyrill Tkachov (ktkachov) <[email protected]>) commented on the code:
> +++ gcc/config/wasm/wasm.md > @@ -0,0 +235,4 @@ > + [(set (match_operand:SUBREGDI 0 "subregister_for_di_operand") > + (match_operand:SUBREGDI 1 "memory_operand"))] > + "" > + "(%o0 (i64.load<SUBREGSI:size>_s %m1))") I think this should be <SUBREGDI:size> as that's what the pattern iterator is using -- https://forge.sourceware.org/gcc/gcc-TEST/pulls/160#issuecomment-6599
