[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)
commitaac5fc9cf89c47cf6d3da16836f2098604162336
treecb0ea698c68c2145c3b249032405c65d0341b105
parent4f7d55aac808d8c7bf21de687f50cdfab50fee6e
[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.

llvm-svn: 213453
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp