Fix load size for FMA4 SS/SD instructions. They need to use f32 and f64 size, but...
authorCraig Topper <craig.topper@gmail.com>
Fri, 30 Dec 2011 01:49:53 +0000 (01:49 +0000)
committerCraig Topper <craig.topper@gmail.com>
Fri, 30 Dec 2011 01:49:53 +0000 (01:49 +0000)
commit57d4b3315fb7a84379778c4727594cd7480dbfe1
tree74526a95f6d729920af006a55e5b7453a27a42f4
parent2e95afa04cd1c89de7e4abaeead66cd8e51ec929
Fix load size for FMA4 SS/SD instructions. They need to use f32 and f64 size, but with the special handling to be compatible with the intrinsic expecting a vector. Similar handling is already used elsewhere.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147360 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrFMA.td
test/CodeGen/X86/fma4-intrinsics-x86_64.ll