alexcrichton transferred Issue #1279:
- Run the following test with #1231 applied.
- Test fails with
Verifier errors
on Windows 10 x86-64, for details see https://github.com/bytecodealliance/cranelift/pull/1231#issuecomment-561820442- Test does not fail on ubuntu.
function %test_i128() -> i128 { ebb0: v0 = iconst.i64 0x4242_3535_1234_5678 v1 = iconst.i64 0xabcd_ef01_beef_b411 v2 = iconcat v0, v1 return v2 } ; run: %fn() == 0x4242_3535_1234_5678_abcd_ef01_beef_b411
Last updated: Nov 22 2024 at 17:03 UTC