Skip to content

Remove loadA/storeA from ISAs where it is the same as loadU/storeU

Michael Kuron requested to merge unaligned into master

Small follow-up to !351 (merged). There is no need to have separate but identical aligned and unaligned load/store instructions. This should also make the logic clearer to anyone in the future wondering why alignment and sizelessness don't go together.

Edited by Michael Kuron

Merge request reports