1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00
llvm-mirror/lib/Transforms
Devang Patel 78b7de25d1 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
2008-11-03 18:32:19 +00:00
..
Hello Initial support for the CMake build system. 2008-09-22 01:08:49 +00:00
Instrumentation Use Function::getEntryBlock() instead of Function::front(), for clarity. 2008-10-21 03:10:28 +00:00
IPO Ensure that we are checking only calls to the function we are interested in specializing 2008-11-03 16:05:35 +00:00
Scalar Turn floating point IVs into integer IVs where possible. 2008-11-03 18:32:19 +00:00
Utils Fix warning. 2008-10-31 01:50:01 +00:00
Makefile remove attribution from lib Makefiles. 2007-12-29 20:09:26 +00:00