[FastISel] Fix local value sinking algorithmic complexity
Now local value sinking only scans and numbers instructions added between the current flush point and the last flush point. This ensures that ISel is overall linear in the size of the BB. Fixes PR37010 and re-enables local value sinking by default. llvm-svn: 331087
Loading
Please register or sign in to comment