[LLVMdev] LLVM Loop Vectorizer

Nadav Rotem nrotem at apple.com
Fri Oct 5 14:13:25 PDT 2012



On Oct 5, 2012, at 1:47 PM, Hal Finkel <hfinkel at anl.gov> wrote:

> I don't really understand where you want to draw the line. Should the inliner get target-specific input? InstCombine? How about Polly? I think that the answer to all of these questions is probably, at some level, yes.


I agree with Eric and Andy that we need to keep the current abstraction of IR-level passes that canonicalize code and Codegen-level passes that optimize the code (with a few exceptions, such as LSR, vectorizer, partial unroll, etc.)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121005/cf1e102f/attachment.html>


More information about the llvm-dev mailing list