OSDN Git Service

Lower CONCAT_VECTORS to use two VINSERTF128 instructions instead of
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Mon, 1 Aug 2011 21:54:02 +0000 (21:54 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Mon, 1 Aug 2011 21:54:02 +0000 (21:54 +0000)
commit8af2451679b4e3b7d51e139b5ab2bc5bcb4ba041
treead03caaf1c9fb2e7f68c969592f9e71fe3e37cc3
parent4d7ce321473384cf6e181eede9b65d80d9e68a28
Lower CONCAT_VECTORS to use two VINSERTF128 instructions instead of
using a stack store.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136652 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp