Skip to content
  • Jakob Stoklund Olesen's avatar
    Handle REG_SEQUENCE with implicitly defined operands. · b16081ce
    Jakob Stoklund Olesen authored
    Code like that would only be produced by bugpoint, but we should still
    handle it correctly.
    
    When a register is defined by a REG_SEQUENCE of undefs, the register
    itself is undef. Previously, we would create a register with uses but no
    defs.
    
    Fixes part of PR10520.
    
    llvm-svn: 136401
    b16081ce
Loading