summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/fast-isel-store.ll
Commit message (Collapse)AuthorAge
* Fix copy and paste bug from r186491 to make v2f64 use MOVAPD/MOVUPD as it ↵Craig Topper2013-07-18
| | | | | | should. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186566 91177308-0d34-0410-b5e6-96231b3b80d8
* Make x86 fast-isel correctly choose between aligned and unaligned operations ↵Craig Topper2013-07-17
for vector stores. Fixes PR16640. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186491 91177308-0d34-0410-b5e6-96231b3b80d8