Skip to content
  • Jakob Stoklund Olesen's avatar
    Enable machine code verification after PreSched2 passes. · d1bd8fba
    Jakob Stoklund Olesen authored
    The late scheduler depends on accurate liveness information if it is
    breaking anti-dependencies, so we should be able to verify it.
    
    Relax the terminator checking in the machine code verifier so it can
    handle the basic blocks created by if conversion.
    
    llvm-svn: 153614
    d1bd8fba
Loading