Displaying 1 result from an estimated 1 matches for "4ce06c63".
2013 May 07
1
[LLVMdev] Any LLVM passes for integers type compaction?
A few colleagues of mine implemented an inter-procedural range analysis algorithm for LLVM 2.7 a few years back.
Their paper (see http://homepages.dcc.ufmg.br/~fernando/publications/papers/SBLP12_victor.pdf) states a 13-14% reduction in variable size
for the SPEC CPU2006 benchmarks and 36% for the Stanford benchmarks.
Check out http://code.google.com/p/range-analysis/ if you're interested and