-
Notifications
You must be signed in to change notification settings - Fork 627
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LLVM ERROR: failed to perform tail call elimination with MIPS AOT #2412
Comments
I just checked out version |
I just did a quick git bisect check; looks like the PR #2244 caused the regression. |
yamt
added a commit
to yamt/wasm-micro-runtime
that referenced
this issue
Aug 14, 2023
While i'm not familiar with mips abi, it's reported that it (at least sometimes) doesn't work. This fixes bytecodealliance#2412
i tested #2457 with the given wasm file lightly. |
wenyongh
pushed a commit
that referenced
this issue
Aug 15, 2023
Zzzabiyaka
pushed a commit
to Zzzabiyaka/wasm-micro-runtime
that referenced
this issue
Aug 15, 2023
Zzzabiyaka
pushed a commit
to Zzzabiyaka/wasm-micro-runtime
that referenced
this issue
Aug 15, 2023
victoryang00
pushed a commit
to victoryang00/wamr-aot-gc-checkpoint-restore
that referenced
this issue
May 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, I'm getting this error when trying to compile for MIPS:
The wasm file is pigz.wasm.zip and it's coming from https://github.com/bytecodealliance/wasm-parallel-gzip.
It works fine with other targets (I tried aarch64, armv7, x86_64).
The text was updated successfully, but these errors were encountered: