OSDN Git Service

Update BBVectorize to use the new VTTI instr. cost interfaces.
authorHal Finkel <hfinkel@anl.gov>
Sat, 27 Oct 2012 04:33:48 +0000 (04:33 +0000)
committerHal Finkel <hfinkel@anl.gov>
Sat, 27 Oct 2012 04:33:48 +0000 (04:33 +0000)
commit46fb81cf4009cc34af97c5a1c0e824e2633fb4e4
tree48b998e4b7f123d98d70c9f03a1f33af4ea6f88d
parentf065a8467785015336432e3e6e584798d8b48d8e
Update BBVectorize to use the new VTTI instr. cost interfaces.

The monolithic interface for instruction costs has been split into
several functions. This is the corresponding change. No functionality
change is intended.

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