yuyang-ok commented on issue #5919:
The test failure indicate a
s930x
has a wrong resule too.
I think targetinterpreter
andx86_64
can pass.
yuyang-ok edited a comment on issue #5919:
The test failure indicates a
s930x
has a wrong resule too ???
I think targetinterpreter
andx86_64
can pass.
yuyang-ok edited a comment on issue #5919:
The test failure indicates a
s930x
has a wrong result too ???
I think targetinterpreter
andx86_64
can pass.
yuyang-ok edited a comment on issue #5919:
The test failure indicates
s930x
has a wrong result too ???
I think targetinterpreter
andx86_64
can pass.
yuyang-ok edited a comment on issue #5919:
The test failure indicates
s390x
has a wrong result too ???
I think targetinterpreter
andx86_64
can pass.
afonso360 commented on issue #5919:
Oh that's right, this test is not endianness independent! If you change the
store
tostore little
and theatomic_cas
toatomic_cas little
it should start passing on all arches!<details>
<summary>New Testcase</summary>test interpret test run target aarch64 target s390x target x86_64 target riscv64 function %a(i8) -> i8 sext system_v { ss2 = explicit_slot 2 block0(v0: i8): v2 = iconst.i16 0x00ff v3 = stack_addr.i64 ss2 store little v2, v3 v4 = stack_addr.i64 ss2+1 v5 = atomic_cas little v4, v0, v0 return v5 } ; run: %a(0) == 0
</details>
yuyang-ok commented on issue #5919:
@afonso360 Sure.
yuyang-ok commented on issue #5919:
@afonso360 I think we are ready.
afonso360 commented on issue #5919:
I think we are still missing the fix for the 32 bit case, now that we are no longer using
t0
afonso360 edited a comment on issue #5919:
I think we are still missing the fix for the 32 bit extend, now that we are no longer using
t0
afonso360 edited a comment on issue #5919:
We are still missing the fix for the 32 bit extend, now that we are no longer using
t0
yuyang-ok commented on issue #5919:
@afonso360 Sorry.
afonso360 commented on issue #5919:
LGTM!
afonso360 edited a comment on issue #5919:
LGTM! Thanks!
Last updated: Nov 22 2024 at 17:03 UTC