Displaying 1 result from an estimated 1 matches for "scalarerepl".
2004 Feb 06
0
LLVM Status Update
.../C++
front-end. We are still lagging, but a lot closer to current.
11. Alkis simplified the way that the X86 backend handles two address
instructions (such as REG += REG).
12. John fixed the gccld -native option to work correctly with crtend.a
13. The loadvn/gcse pass, the inliner, and the scalarerepl/mem2reg passes
have all been dramatically sped up in cases where the program has
large basic blocks. For example, the testcase in PR209 went from
taking 300s to optimize to 2s.
14. Brian fixed a problem that could occur when using the precompiled C
front-end on power-pc, which resu...