[TargetLowering] Remove ISD::ANY_EXTEND/ANY_EXTEND_VECTOR_INREG opcodes from Simplify...
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 5 Dec 2018 12:20:05 +0000 (12:20 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 5 Dec 2018 12:20:05 +0000 (12:20 +0000)
commit8fdaf5c915de88bb7026afb709460a0d6bf81162
treeaabf2b00e53bd7a7cb8ff37fa9be3147d139e485
parent3d00002ea22beafb809277071813638eb8a987cc
[TargetLowering] Remove ISD::ANY_EXTEND/ANY_EXTEND_VECTOR_INREG opcodes from SimplifyDemandedVectorElts

These have no test coverage and the KnownZero flags can't be guaranteed unlike SIGN/ZERO_EXTEND cases.

llvm-svn: 348361
llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp