Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestCondRewrite (0.12 sec)

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

    // The tedious if-else structures are necessary to ensure all concerned rules
    // and machine code sequences are covered.
    // It's for arm64 initially, please see https://github.com/golang/go/issues/38740
    func TestCondRewrite(t *testing.T) {
    	for _, test := range crTests {
    		t.Run(test.name, test.tf)
    	}
    }
    
    // Profile the aforementioned optimization from two angles:
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 24 01:19:09 UTC 2023
    - 11.1K bytes
    - Viewed (0)
Back to top