Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for tvp1 (0.04 sec)

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

    // Restrict this optimization to the stack, to avoid duplicating loads from the heap;
    // see CL 145208 for discussion.
    (Move {t1} [s] dst tmp1 midmem:(Move {t2} [s] tmp2 src _))
    	&& t1.Compare(t2) == types.CMPeq
    	&& isSamePtr(tmp1, tmp2)
    	&& isStackPtr(src) && !isVolatile(src)
    	&& disjoint(src, s, tmp2, s)
    	&& (disjoint(src, s, dst, s) || isInlinableMemmove(dst, src, s, config))
    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