Inline isShuffleMaskLegal into LowerVECTOR_SHUFFLE, so we can start
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Fri, 3 Sep 2010 23:24:06 +0000 (23:24 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Fri, 3 Sep 2010 23:24:06 +0000 (23:24 +0000)
commit7256e22f77dcfda7e8afd3f819230fd8329a04d7
treea89e39342ecba699e2b88a29856004b698ad97a8
parent597dad35b8b86c076dbbb0d095319c79de7806ca
Inline isShuffleMaskLegal into LowerVECTOR_SHUFFLE, so we can start
checking each standalone condition and decide whether emit target
specific nodes or remove the condition if it's already matched before.

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