This is a follow up to the rL330983. The patch teaches ld, sd, and lld commands accept 32-bit memory offsets by replacing mem_simm16 operand to mem_simmptr. In fact, these commands should accept 64-bit offsets, but so large offsets require another command expanding and will be supported by a separate patch.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM