search for: pr388

Displaying 1 result from an estimated 1 matches for "pr388".

Did you mean: p_388
2004 Jul 12
0
LLVM July Status Update
...nism in the compiler have been eliminated, including these passes: mem2reg, licm, domset, domtree, simplifycfg, inline, scalarevolutions, argpromotion. LLVM IR Size Reduction: 5. We've started to look at reducing the memory footprint of the various LLVM IR classes. The meta-bug PR388 now tracks various ideas for reducing the size of the LLVM IR: http://llvm.cs.uiuc.edu/PR388 6. Reid's patches for PR122 have reduced the size of the LLVM Type class by 20 bytes by eliminating Value overhead from the Type class: http://llvm.cs.uiuc.edu/PR388#c9 7. In addition, sub...