Jan
5
Conclusions for floating point loop invariants * With the -O3 flag for optimization, LLVM is rarely moving floating point loop invariant calculations out of inner loops. * NOTE: LLVM doesn’t do the FP optimizations because the LLVM architect believes it would affect the result of the FP operations.
Performance/Analysis/Example2 - Adobe Open Source Wiki