 Chromium Code Reviews
 Chromium Code Reviews Issue 
            1422333003:
    [turbofan] optimize redundant moves around splinter sites  (Closed)
    
  
    Issue 
            1422333003:
    [turbofan] optimize redundant moves around splinter sites  (Closed) 
  | DescriptionWhen we split above an instruction (for example because of splintering),
we may introduce moves that are redundant in the context of
moves on subsequent instructions. Currently, we only detect such
redundancies by allowing moves to skip over Nop instructions (true
nops, with no input/output). We can also skip over other cases, for
example over constant definitions (nop with an output), since whatever
moves happen above it do not influence the instruction's outcome.
We may be able to handle other cases, too - in subsequent CLs.
BUG=
Committed: https://crrev.com/46878c1da1e8dbd386309ac12aad022f4e7761be
Cr-Commit-Position: refs/heads/master@{#31662}
   Patch Set 1 #Patch Set 2 : #Patch Set 3 : #
      Total comments: 3
      
     Patch Set 4 : #
      Total comments: 1
      
     
 Messages
    Total messages: 13 (3 generated)
     | ||||||||||||||||||||||||||||