[llvm-commits] [llvm] r169950 - in /llvm/trunk: include/llvm/LinkAllPasses.h include/llvm/Transforms/Vectorize.h lib/Transforms/IPO/PassManagerBuilder.cpp lib/Transforms/Vectorize/LoopVectorize.cpp lib/Transforms/Vectorize/LoopVectorize.h lib/Transforms/Vectorize/Vectorize.cpp
Nadav Rotem
nrotem at apple.com
Wed Dec 12 11:31:56 PST 2012
On Dec 12, 2012, at 10:42 AM, Chris Lattner <clattner at apple.com> wrote:
> Wouldn't it make more sense to look at the optsize attribute on functions? In an LTO context, different functions can be optimized different ways… this also allows you to write multiple testcases within one .ll file.
It makes sense. r170004.
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121212/156860cb/attachment.html>
More information about the llvm-commits
mailing list