[AArch64] Cannot select AArch64ISD::SRAD_MERGE_OP1
for srem
with vector of -1's
#63813
Labels
AArch64ISD::SRAD_MERGE_OP1
for srem
with vector of -1's
#63813
Description
When enabling
sve
feature on AArch64, the following code crashes withLLVM ERROR: Cannot select: t25: nxv16i8 = AArch64ISD::SRAD_MERGE_OP1 t24, t21, TargetConstant:i32<0>
.This problem is similar to a previously fixed issue #59647 but with different cause.
Minimal Reproduction
https://godbolt.org/z/1jqa7eqK6
Code
Stack Trace
The text was updated successfully, but these errors were encountered: