Skip to content
  • Jakob Stoklund Olesen's avatar
    Remove livein checks from machine code verifier. · 4cb7702c
    Jakob Stoklund Olesen authored
    A phi operand that is implicitly defined in a predecessor becomes an undefined
    register after phi elimination. This causes a lot of false positives when the
    verifier is checking if live-in registers are live-out from all predecessors.
    
    Removing the verifier checks seems like a better solution than insisting on
    IMPLICIT_DEF instructions in predecessor blocks.
    
    llvm-svn: 92769
    4cb7702c
Loading