Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for converter (0.5 sec)

  1. src/cmd/compile/internal/ssa/_gen/generic.rules

    (Phi <t> nx:(Not x) ny:(Not y)) && nx.Uses == 1 && ny.Uses == 1 => (Not (Phi <t> x y))
    
    // Get rid of Convert ops for pointer arithmetic on unsafe.Pointer.
    (Convert (Add(64|32) (Convert ptr mem) off) mem) => (AddPtr ptr off)
    (Convert (Convert ptr mem) mem) => ptr
    
    // strength reduction of divide by a constant.
    // See ../magic.go for a detailed description of these algorithms.
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 22:21:05 UTC 2024
    - 135.3K bytes
    - Viewed (0)
Back to top