[X86] Fix isel pattern that was looking for a bitcasted load. Remove what appears...
authorCraig Topper <craig.topper@intel.com>
Sun, 23 Jun 2019 19:17:50 +0000 (19:17 +0000)
committerCraig Topper <craig.topper@intel.com>
Sun, 23 Jun 2019 19:17:50 +0000 (19:17 +0000)
commitc8d94e78899b5aa5e32764edba00b6b060c49d42
treea594a251799f00b480c7af227179c99c12d9f876
parent9bc3141dc2d236e8c0c26cb4ac16ce833bc2c680
[X86] Fix isel pattern that was looking for a bitcasted load. Remove what appears to be a copy/paste mistake.

DAG combine should ensure bitcasts of loads don't exist.

Also remove 3 patterns that are identical to the block above them.

llvm-svn: 364158
llvm/lib/Target/X86/X86InstrAVX512.td