Simplify LoopVectorize to require target transform info and rely on it
authorChandler Carruth <chandlerc@gmail.com>
Mon, 7 Jan 2013 11:12:29 +0000 (11:12 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 7 Jan 2013 11:12:29 +0000 (11:12 +0000)
commit1cbeaeb1944f6fd1ab0997201a47ea6c23e9a979
tree925049b348e07bd1af3ae11fc5062a2e33708cee
parentf3252b12e02b1fcf01abf0a79b761c53de5985d0
Simplify LoopVectorize to require target transform info and rely on it
being present. Make a member of one of the helper classes a reference as
part of this.

Reformatting goodness brought to you by clang-format.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171726 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Vectorize/LoopVectorize.cpp