Turn floating point IVs into integer IVs where possible.
This allows SCEV users to effectively calculate trip count. LSR later on transforms back integer IVs to floating point IVs later on to avoid int-to-float casts inside the loop. llvm-svn: 58625
Loading
Please register or sign in to comment