[llvm-commits] [llvm] r169774 - /llvm/trunk/lib/Transforms/IPO/PassManagerBuilder.cpp

Sebastian Pop spop at codeaurora.org
Mon Dec 10 14:07:11 PST 2012


Nadav Rotem wrote:
> Enable the loop vectorizer only on O2 and above. (Still disabled by default)

Does the vectorizer depend on passes that are run at -O2 and above?
Otherwise I don't see the point in adding this restriction.
Can the vectorizer be run at -Os, -Oz?

Thanks,
Sebastian
-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation



More information about the llvm-commits mailing list