add a test case to check the fast-unaligned-mem attribute per CPU
authorSanjay Patel <spatel@rotateright.com>
Fri, 21 Aug 2015 16:08:26 +0000 (16:08 +0000)
committerSanjay Patel <spatel@rotateright.com>
Fri, 21 Aug 2015 16:08:26 +0000 (16:08 +0000)
commit67f79f05193123d4d4e68c9e8385fc0b3f039daf
tree18c3115671f18a0f656f7e152506fdaee3bf04b2
parent19a3f63b5477afc8de8a5de22ecd975050e5cef2
add a test case to check the fast-unaligned-mem attribute per CPU

This will confirm that the patch in D12154 is actually NFC.
It will also confirm that the proposed changes for the AMD chips
are behaving as expected.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245704 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/slow-unaligned-mem.ll [new file with mode: 0644]