You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So after investigating it a little, I couldn't spot the problem immediately. Which means it is likely somewhere in the generated files. Because we will update to LLVM 18 soon anyway, it is better to fix it there IMHO (if it doesn't solve itself anyways). Same for #2268
When using
cstool
, I'm not able to decode ARM64luti2
andluti4
instructions.Here are some examples:
Hexcode:
00B02045
Should output:
luti2 z0.b, { z0.b }, z0[0]
But
cstool
fails and stops decoding altogether.Hexcode:
55B17545
Should output:
luti2 z21.b, { z10.b }, z21[1]
But again,
cstool
fails and stops decoding.The text was updated successfully, but these errors were encountered: