Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testRegallocCVSpill (0.18 sec)

  1. src/cmd/compile/internal/test/testdata/arith_test.go

    	return a + 575815584948629622 + b + 2991856197886747025
    }
    
    // testRegallocCVSpill tests that regalloc spills a value whose last use is the
    // current value.
    func testRegallocCVSpill(t *testing.T) {
    	want := int8(-9)
    	if got := testRegallocCVSpill_ssa(1, 2, 3, 4); want != got {
    		t.Errorf("testRegallocCVSpill failed, wanted %d got %d", want, got)
    	}
    }
    
    //go:noinline
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 01 19:30:59 UTC 2023
    - 43.5K bytes
    - Viewed (0)
Back to top