[PATCH] D23529: [LV] Move LoopBodyTraits to a better place, and add comment for simplifying LoopBlocksTraversal. NFC.

Tim Shen via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 15 15:28:15 PDT 2016


timshen created this revision.
timshen added reviewers: anemet, nadav, mkuper.
timshen added a subscriber: llvm-commits.
Herald added a subscriber: mzolotukhin.

I later (after r278573) found that LoopIterator.h has some overlapping with LoopBodyTraits. It's good to use LoopBodyTraits because a *Traits struct is algorithm independent.

https://reviews.llvm.org/D23529

Files:
  include/llvm/Analysis/LoopIterator.h
  lib/Transforms/Vectorize/LoopVectorize.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23529.68096.patch
Type: text/x-patch
Size: 5232 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160815/a067c04f/attachment-0001.bin>


More information about the llvm-commits mailing list