Browse Source
When this variant is used within a specific target backend, we know exactly which address-mode to generate, so using the target independent `StackAMode` doesn't buy us anything. This PR ensures that `StackAMode` is only constructed by target independent code in machinst::abi, so that it's easier to figure out how each of the variants are used.pull/8302/head
Jamey Sharp
7 months ago
committed by
GitHub
3 changed files with 27 additions and 19 deletions
Loading…
Reference in new issue