You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alexcrichton opened this issue
Jul 2, 2018
· 0 comments
Labels
A-LLVMArea: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.O-wasmTarget: WASM (WebAssembly), http://webassembly.org/
I've reported an upstream LLVM bug for this but I want to track it on our side as well to track pulling in the fix. The gist of the issue is that this code:
I'm currently hoping we can fix this upstream in LLVM before we need to work around it in rustc!
The text was updated successfully, but these errors were encountered:
alexcrichton
added
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
O-wasm
Target: WASM (WebAssembly), http://webassembly.org/
labels
Jul 2, 2018
A-LLVMArea: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.O-wasmTarget: WASM (WebAssembly), http://webassembly.org/
I've reported an upstream LLVM bug for this but I want to track it on our side as well to track pulling in the fix. The gist of the issue is that this code:
will execute successfully when compiled at O0:
And it should certainly panic!
I'm currently hoping we can fix this upstream in LLVM before we need to work around it in rustc!
The text was updated successfully, but these errors were encountered: