search for: 23c9dea4

Displaying 1 result from an estimated 1 matches for "23c9dea4".

2012 Feb 25
1
[LLVMdev] Missed optimization on array initialization
On Feb 25, 2012, at 10:32 AM, Chris Lattner <clattner at apple.com> wrote: > > On Feb 25, 2012, at 3:17 AM, Carlo Alberto Ferraris wrote: > >> Prompted by a SO post (http://stackoverflow.com/questions/9441882/compiler-instruction-reordering-optimizations-in-c-and-what-inhibits-them/9442363) I checked and found that LLVM yields the same (seemingly) suboptimal code as MSVC.