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:
Afonso Bordado
2023-03-15 18:05:55 +00:00
committed by GitHub
parent 6ed90f86c8
commit a10c50afe9
3 changed files with 23 additions and 5 deletions

View File

@@ -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: }