[llvm] [LLVM][AArch64] Fix invalid use of AArch64ISD::UZP2 in performConcatVectorsCombine. (PR #104774)

Graham Hunter via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 21 08:55:25 PDT 2024


================
@@ -29264,8 +29264,10 @@ void AArch64TargetLowering::verifyTargetSDNode(const SDNode *N) const {
     assert(OpVT.getSizeInBits() == VT.getSizeInBits() &&
            "Expected vectors of equal size!");
     // TODO: Enable assert once bogus creations have been fixed.
----------------
huntergr-arm wrote:

Can this TODO be removed now that the assert has been uncommented?

https://github.com/llvm/llvm-project/pull/104774


More information about the llvm-commits mailing list