jgouly commented on Issue #2393:
Just in case anyone comes across this PR and confused by the commit message, I meant to write:
This changes the following: mov x0, #4 ldr x0, [x1, x0, SXTW] Into: ldr x0, [x1, #4]
jgouly edited a comment on Issue #2393:
Just in case anyone comes across this PR and confused by the commit message, I meant to write:
This changes the following: mov x0, #4 ldr x0, [x1, x0, UXTW] Into: ldr x0, [x1, #4]
Last updated: Nov 22 2024 at 16:03 UTC