1;;! simd = true 2 3;; regression test from #3337, there's a multiplication that sort of 4;; looks like an extmul and codegen shouldn't pattern match too much 5(module 6 (type (;0;) (func)) 7 (func (;0;) (type 0) 8 v128.const i32x4 0x00000000 0x00000000 0x00000000 0x00000000 9 i64x2.extend_low_i32x4_u 10 v128.const i32x4 0x00000000 0x00000000 0x00000000 0x00000000 11 i64x2.mul 12 i32x4.all_true 13 i64.load offset=1 align=1 14 drop 15 unreachable) 16 (func (;1;) (type 0) 17 nop) 18 (memory (;0;) 1 1)) 19