OSDN Git Service

teach lowering to get target specific nodes for pshufd, emulating the same isel behav...
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Wed, 25 Aug 2010 02:35:37 +0000 (02:35 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Wed, 25 Aug 2010 02:35:37 +0000 (02:35 +0000)
commit7338bbd32af40b664f6bb744f3e8db8f0dc90fb4
treea8f451d880e4aa18dccb478301ec3967b661756c
parentddd10affab088ab018c6b7df595b1db475da6320
teach lowering to get target specific nodes for pshufd, emulating the same isel behavior for now, so we can pass all vector shuffle tests

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