Bug: rcpps can only folds a load if the address is 16-byte aligned. Fixed many 'ps...
authorEvan Cheng <evan.cheng@apple.com>
Fri, 23 May 2008 00:37:07 +0000 (00:37 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 23 May 2008 00:37:07 +0000 (00:37 +0000)
commitb1938263c7d0fcf8362717625a1a5c460cbf9528
treef72372f5829de88762ec756b7ff38b2720990cba
parente4569943d936d73dec6f36f545e9902095bd3fd8
Bug: rcpps can only folds a load if the address is 16-byte aligned. Fixed many 'ps' load folding patterns in X86InstrSSE.td which are missing the proper alignment checks.
Also fixed some 80 col. violations.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51462 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrSSE.td
test/CodeGen/X86/2008-05-22-FoldUnalignedLoad.ll [new file with mode: 0644]