"lld/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "93961d8e2a7cc5cc479016eb3bb1b7a590bb7bef"
- CodeGenPrepare does not split loop back edges but it only knows about back...
- CodeGenPrepare does not split loop back edges but it only knows about back edges of single block loops. It now does a DFS walk to find loop back edges. - Use SplitBlockPredecessors to factor out common predecessors of the critical edge destination. This is disabled for now due to some regressions. llvm-svn: 61248
Loading
Please register or sign in to comment