Skip to content
  • Evan Cheng's avatar
    Minor bug fix. LowerSubregs should translate · 8c500100
    Evan Cheng authored
    %S0<def> = EXTRACT_SUBREG %Q0<kill>, 1
    to
    %S0<def> = IMPLICIT_DEF %Q0<imp-use,kill>
    
    Implicit_def does not *read* any register so the operand should be marked "implicit". The missing "implicit" marker on the operand is wrong, but it doesn't actually break anything.
    
    llvm-svn: 82503
    8c500100
Loading