"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "1df2f3a1f5c4b58a7fc871c0967573281d75fa22"
-
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