[AArch64] Remove incorrect use of DemandElts
authorDavid Green <david.green@arm.com>
Fri, 8 Jul 2022 10:38:00 +0000 (11:38 +0100)
committerDavid Green <david.green@arm.com>
Fri, 8 Jul 2022 10:38:00 +0000 (11:38 +0100)
commit4334cbd49b69ea036e7c9551c6177cd29b02c312
treebeac46d08922bbd60d69dcfe7b9214b59d89c9b6
parent132d711554cbb3db0b0efd1e88d2acb9278b6be9
[AArch64] Remove incorrect use of DemandElts

This call to computeKnownBits was passing in a 0xff mask, looking like
it was expecting it to be used as a DemandBits, not a DemandElts mask.
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp