blob: 3a7b3017a2448c534766d73dc999cfabe854cde8 [file] [log] [blame]
(module
(type $0 (func))
(func $signext (; 0 ;) (type $0)
(local $0 i32)
(local $1 i64)
(drop
(i32.extend8_s
(get_local $0)
)
)
(drop
(i32.extend16_s
(get_local $0)
)
)
(drop
(i64.extend8_s
(get_local $1)
)
)
(drop
(i64.extend16_s
(get_local $1)
)
)
(drop
(i64.extend32_s
(get_local $1)
)
)
)
)