search for: 624a2c9b

Displaying 2 results from an estimated 2 matches for "624a2c9b".

2013 Jul 02
0
[LLVMdev] [Loop Vectorize] Question on -O3
Hi Renato, On 02/07/13 13:12, Renato Golin wrote: > On 2 July 2013 12:00, Duncan Sands <baldrick at free.fr <mailto:baldrick at free.fr>> > wrote: > > all of the advanced LLVM optimizations assume that the IR has already been > cleaned up already by the less advanced optimizers. Try running something > like -sroa -instcombine -simplifycfg first. >
2013 Jul 02
2
[LLVMdev] [Loop Vectorize] Question on -O3
On 2 July 2013 12:00, Duncan Sands <baldrick at free.fr> wrote: > all of the advanced LLVM optimizations assume that the IR has already been > cleaned up already by the less advanced optimizers. Try running something > like -sroa -instcombine -simplifycfg first. > There could be a warning on more advanced optimizations if the pre-requisites haven't run (as per individual