Stream: git-wasmtime

Topic: wasmtime / issue #6253 s390x: Remove uses of copy_reg


view this post on Zulip Wasmtime GitHub notifications bot (Apr 20 2023 at 18:21):

uweigand commented on issue #6253:

@elliottt I think these copy_reg uses are all remnants from back when register pairs were using non-allocatable registers (%r0 / %r1), and it wasn't safe to use those in anything but a copy_reg. But this has long since been changed, and regpairs now are just a pair of normal SSA registers, so I agree these copy_regs can all go away. Thanks!


Last updated: Nov 22 2024 at 17:03 UTC