Skip to content
  • Chris Lattner's avatar
    Two minor improvements: · d18c16b8
    Chris Lattner authored
     1. Speedup getValueState by having it not consider Arguments.  It's better
        to just add them before we start SCCP'ing.
     2. SCCP can delete the contents of dead blocks.  No really, it's ok!  This
        reduces the size of the IR for subsequent passes, even though
        simplifycfg would do the same job.  In practice, simplifycfg does not
        run until much later than sccp in gccas
    
    llvm-svn: 17820
    d18c16b8
Loading