[AArch64] Fix crash caused by performExtractVectorEltCombine on DUP nodes with float...
authorZain Jaffal <z_jaffal@apple.com>
Fri, 21 Apr 2023 15:20:03 +0000 (16:20 +0100)
committerFlorian Hahn <flo@fhahn.com>
Fri, 21 Apr 2023 15:20:03 +0000 (16:20 +0100)
commit872924fab4e6843622867aaa18eb648171ea1074
tree08e5537525978cd0adec214c0c277215f0209ebc
parent403bd583a8cc1f041430ff1b236ab296a2acdc85
[AArch64] Fix crash caused by performExtractVectorEltCombine on DUP nodes with float operands.

Reviewed By: dmgreen

Differential Revision: https://reviews.llvm.org/D148705
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/test/CodeGen/AArch64/aarch64-dup-dot-crash.ll [new file with mode: 0644]