[LoopVectorize] Use CreateAligned(Load|Store)
authorHal Finkel <hfinkel@anl.gov>
Sat, 19 Jul 2014 13:39:45 +0000 (13:39 +0000)
committerHal Finkel <hfinkel@anl.gov>
Sat, 19 Jul 2014 13:39:45 +0000 (13:39 +0000)
commit4df656952a8127f152cd7d440ed5f133dc6f6f56
tree6079cf44adeaae6e18b1f5fe0500bbb14e8997f7
parent2350e9f6b71cf3cd7792e86bcd3fec3cd8afcc94
[LoopVectorize] Use CreateAligned(Load|Store)

IRBuilder has CreateAligned(Load|Store) functions; use them and we don't need
to make a second call to setAlignment.

No functionality change intended.

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