Use movaps to load a v4f32 build_vector of all-constant values into a
authorDan Gohman <gohman@apple.com>
Tue, 24 Jul 2007 22:55:08 +0000 (22:55 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 24 Jul 2007 22:55:08 +0000 (22:55 +0000)
commita394117bc0a7a94d99869e2e83ff0647d3aff9a6
tree47600e6f84c3f8ebb1c7e0780be3a734933141e9
parent4beedbd0063a8ba6f97db02c3c94707d8ab45b50
Use movaps to load a v4f32 build_vector of all-constant values into a
register instead of loading each element individually.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40478 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp
test/CodeGen/X86/v4f32-immediate.ll [new file with mode: 0644]