[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:24 PDT 2024


================
@@ -29282,7 +29284,9 @@ void AArch64TargetLowering::verifyTargetSDNode(const SDNode *N) const {
     assert(VT.isVector() && Op0VT.isVector() && Op1VT.isVector() &&
            "Expected vectors!");
     // TODO: Enable assert once bogus creations have been fixed.
----------------
huntergr-arm wrote:

Ditto for this TODO comment.

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


More information about the llvm-commits mailing list