Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestCarryChainOrder (0.19 sec)

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

    			ci = i
    		case 5:
    			si = i
    		}
    	}
    	if ai < si || bi < si || ci < si {
    		t.Logf("Func: %s", fun.f)
    		t.Errorf("store order is wrong: got %v, want v2 v3 v4 after v5", order)
    	}
    }
    
    func TestCarryChainOrder(t *testing.T) {
    	// In the function below, there are two carry chains that have no dependencies on each other,
    	// one is A1 -> A1carry -> A1Carryvalue, the other is A2 -> A2carry -> A2Carryvalue. If they
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Oct 08 01:46:00 UTC 2022
    - 5.6K bytes
    - Viewed (0)
Back to top