" /> C++ Performance: June 2008 Archives

« May 2008 | Main | July 2008 »

June 29, 2008

Another Analysis Example

I've written up another analysis for loop invariant code motion and LLVM. The good news is that the LLVM team has already fixed some of the problems identified by my code. The bad news is that I discovered that I used the wrong code for one test (loop invariant integer division) and need to add something more suitable in a future release.

Example Analysis