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.