Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CMPeq (0.09 sec)

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

    	// cond: isSamePtr(p1, p2) && t1.Compare(x.Type) == types.CMPeq && t1.Size() == t2.Size()
    	// result: x
    	for {
    		t1 := v.Type
    		p1 := v_0
    		if v_1.Op != OpStore {
    			break
    		}
    		t2 := auxToType(v_1.Aux)
    		x := v_1.Args[1]
    		p2 := v_1.Args[0]
    		if !(isSamePtr(p1, p2) && t1.Compare(x.Type) == types.CMPeq && t1.Size() == t2.Size()) {
    			break
    		}
    		v.copyOf(x)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 18:24:47 UTC 2024
    - 812.2K bytes
    - Viewed (0)
Back to top