Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    // replace load from same location as preceding store with zero/sign extension (or copy in case of full width)
    // these seem to have bad interaction with other rules, resulting in slower code
    //(MOVBload  [off] {sym} ptr (MOVBstore  [off2] {sym2} ptr2 x _)) && sym == sym2 && off == off2 && isSamePtr(ptr, ptr2) -> (MOVBreg x)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 113.1K bytes
    - Viewed (0)
Back to top