Files
clang-p2996/llvm/test/CodeGen/AArch64/GlobalISel
David Green c552c6c914 [AArch64][GlobalISel] Protect against non-reg operands in matchExtAddvToUdotAddv.
In some situations the first operand to an instruction might not be a register
(for example with intrinsics). We are only interested in extend operations, so
make sure the instruction is one we expect before we attempt to access the
first reg.
2025-02-05 23:57:39 +00:00
..