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 14, 2020
· 1 comment
Labels
A-LLVMArea: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.O-wasmTarget: WASM (WebAssembly), http://webassembly.org/
Here the inline_me function is not inlined in to bar, even though it should be a candidate for doing so. This is a bug in LLVM rather than rustc, but I wanted to file an issue here since I'm about to write documentation referencing this issue. I also figured it's good for us to track this at least!
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 14, 2020
A-LLVMArea: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.O-wasmTarget: WASM (WebAssembly), http://webassembly.org/
Upstream LLVM bug
Given a program such as:
LLVM generates this IR:
Here the
inline_me
function is not inlined in tobar
, even though it should be a candidate for doing so. This is a bug in LLVM rather than rustc, but I wanted to file an issue here since I'm about to write documentation referencing this issue. I also figured it's good for us to track this at least!The text was updated successfully, but these errors were encountered: