[X86] Teach combineShuffle to avoid creating floating point operations with integer...
authorCraig Topper <craig.topper@gmail.com>
Sat, 24 Sep 2016 21:42:49 +0000 (21:42 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sat, 24 Sep 2016 21:42:49 +0000 (21:42 +0000)
commit1776f4c965efb96488d857a86acd369cf747a257
tree0f9762ee0021ba5e60f690ae3fbbbfddc69ed2fa
parentaeca0460f37b48b6383e12564bdb2e3dd21763e5
[X86] Teach combineShuffle to avoid creating floating point operations with integer types and integer operations with floating point types. Seems isOperationLegal lies for mismatched types and operations.

Fixes PR30511.

llvm-svn: 282341
llvm/lib/Target/X86/X86ISelLowering.cpp