"llvm/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "a39aaa5fd54191697f79fb011a9d12ad6da1c773"
The inliner was choosing to not consider call sites
that appear in the SCC as a result of inlining as candidates for inlining. Change this so that it *does* consider call sites that change from being indirect to being direct as a result of inlining. This allows it to completely "devirtualize" the testcase. llvm-svn: 102146
Loading
Please register or sign in to comment