Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestLiveControlOps (0.16 sec)

  1. src/cmd/compile/internal/ssa/regalloc_test.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package ssa
    
    import (
    	"cmd/compile/internal/types"
    	"testing"
    )
    
    func TestLiveControlOps(t *testing.T) {
    	c := testConfig(t)
    	f := c.Fun("entry",
    		Bloc("entry",
    			Valu("mem", OpInitMem, types.TypeMem, 0, nil),
    			Valu("x", OpAMD64MOVLconst, c.config.Types.Int8, 1, nil),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 08 19:09:14 UTC 2023
    - 6.3K bytes
    - Viewed (0)
Back to top