[PATCH] D11530: RFC: LoopEditor, a high-level loop transform toolkit

hfinkel@anl.gov via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 9 20:51:06 PDT 2015


hfinkel added a comment.

I think this looks quite useful.

One thing that is not obvious to me is what the LoopEditor will do for loops that are not inner loops. Are any of these operations inner-loop only?

Also, how will if-conversion (during vectorization, etc.) work?


Repository:
  rL LLVM

http://reviews.llvm.org/D11530





More information about the llvm-commits mailing list