Skip to content
  • Jakob Stoklund Olesen's avatar
    The early if conversion pass is ready to be used as an opt-in. · 0f6e8bb5
    Jakob Stoklund Olesen authored
    Enable the pass by default for targets that request it, and change the
    -enable-early-ifcvt to the opposite -disable-early-ifcvt.
    
    There are still some x86 regressions when enabling early if-conversion
    because of the missing machine models. Disable the pass for x86 until
    machine models are added.
    
    llvm-svn: 165075
    0f6e8bb5
Loading