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

James Molloy via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 24 09:51:15 PDT 2015


jmolloy added a comment.

Hi Adam, Michael,

On Friday I tried again, intending on reporting to you exactly why I failed again... and succeeded :)

I've now got a bunch of patches, culminating in changing LoopVectorize to use LoopVersioning, and I intend to refactor a bunch more too. The patches I've got up for review currently are:

http://reviews.llvm.org/D12284
http://reviews.llvm.org/D12285
http://reviews.llvm.org/D12286
http://reviews.llvm.org/D12289

Those are the ones that aren't quite NFC. I've got a bunch more that just does code cleanup (enabled by those patches) that are trivial.

I still need to throw more testing at these patches, but they all pass regression tests at least.

Cheers,

James


Repository:
  rL LLVM

http://reviews.llvm.org/D11530





More information about the llvm-commits mailing list