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

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 10 01:45:21 PDT 2015


rengolin added a subscriber: rengolin.
rengolin added a comment.

James,

I haven't looked at the patch, just getting my bearings...

Is this just for the vectorizer, or are you planning to extend this to *any* loop transformation?

We have some shared methods in lib/Transforms/Utils/LoopUtils.cpp, which you don't seem to touch. Are you planning on joining all loop transformations into one tool-kit, then use for all vectorizer, unroller, simplify, rotation, etc.?

cheers,
--renato


Repository:
  rL LLVM

http://reviews.llvm.org/D11530





More information about the llvm-commits mailing list