Turn x86 unaligned load/store intrinsics into aligned load/store instructions
authorChris Lattner <sabre@nondot.org>
Mon, 17 Apr 2006 22:26:56 +0000 (22:26 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 17 Apr 2006 22:26:56 +0000 (22:26 +0000)
commitfd6bdf0b0ffd15fba8d1c2ddbc3dd729b1f11775
tree5252d15f33857617e3fad9854a640dda20543d75
parent80edfb3af5ed214c5cd7797b37cb3bb024e98cc6
Turn x86 unaligned load/store intrinsics into aligned load/store instructions
if the pointer is known aligned.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27781 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/InstructionCombining.cpp