1;;! target = "x86_64" 2 3(module 4 (func (export "multiLoop") (param i64 i64) (result i64 i64) 5 (local.get 1) 6 (local.get 0) 7 (loop (param i64 i64) (result i64 i64) 8 return))) 9 10;; function u0:0(i64 vmctx, i64, i64, i64) -> i64, i64 tail { 11;; gv0 = vmctx 12;; gv1 = load.i64 notrap aligned readonly gv0+8 13;; gv2 = load.i64 notrap aligned gv1+24 14;; stack_limit = gv2 15;; 16;; block0(v0: i64, v1: i64, v2: i64, v3: i64): 17;; @002e jump block2 18;; 19;; block2: 20;; @0030 return v3, v2 21;; } 22