[X86] canonicalizeShuffleWithBinOps - add TODO for X86ISD::ANDNP bitwise handling
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 9 Jun 2022 11:18:14 +0000 (12:18 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 9 Jun 2022 11:18:26 +0000 (12:18 +0100)
commit1a02db98822ae1a664c687fe84ab86564400aff0
treeefd0176ca762957dcf6cb7547d3f3cd68a33a2ec
parentabcf1496ad21d1b9b60527c8ced2bd5448e573f5
[X86] canonicalizeShuffleWithBinOps - add TODO for X86ISD::ANDNP bitwise handling

Its just as safe to move shuffles across X86ISD::ANDNP as any other logical bitop, they just tend to appear too late to matter.

Noticed while triaging D127115 regressions.
llvm/lib/Target/X86/X86ISelLowering.cpp