]> granicus.if.org Git - llvm/commit
[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)
commit3fc144c9304d3e0204e0b92c46f56926df8c48b9
treeab5daf9c5848d4325c756b728ed6662240d6632b
parentd77254d26efd1fb960bd3c7d27159de0669bc24f
[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@364158 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrAVX512.td