[PATCH] D12474: [LV] Factor the creation of the loop induction variable out of createEmptyLoop()

James Molloy via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 30 04:04:24 PDT 2015


jmolloy created this revision.
jmolloy added reviewers: anemet, hfinkel, mzolotukhin.
jmolloy added a subscriber: llvm-commits.
jmolloy set the repository for this revision to rL LLVM.

It makes things easier to understand if this is in a helper method. This is part of my ongoing spaghetti-removal operation on createEmptyLoop.

Repository:
  rL LLVM

http://reviews.llvm.org/D12474

Files:
  lib/Transforms/Vectorize/LoopVectorize.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12474.33526.patch
Type: text/x-patch
Size: 4498 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150830/6fd16f3a/attachment.bin>


More information about the llvm-commits mailing list