cranelift: Translate stack_* accesses as unaligned (#6016)
We can't currently ensure that these will be aligned, so we shouldn't mark them as such.
This commit is contained in:
@@ -16,6 +16,6 @@ block0(v0: i64):
|
||||
; nextln: ss0 = explicit_slot 8
|
||||
; check: block0(v0: i64):
|
||||
; nextln: v2 = stack_addr.i64 ss0
|
||||
; nextln: store notrap aligned v0, v2
|
||||
; nextln: store notrap v0, v2
|
||||
; nextln: return v0
|
||||
; nextln: }
|
||||
|
||||
Reference in New Issue
Block a user