search for: pr18086

Displaying 1 result from an estimated 1 matches for "pr18086".

Did you mean: pr18068
2013 Dec 02
0
[LLVMdev] Pass Manager changes - Pragma optimize
Hi Chandler, I'm looking at vectorizer pragmas (http://llvm.org/PR18086): #pragma vectorize enable/disable Simply turns the vectorizer on/off on that loop. This doesn't guarantee that the loop will get vectorized if it's not legal, but it will enable the vectorizer even if the optimization level is too low. This means that I'll leave to the vectorizer pa...