LLVM_ERROR: access past stack top #102667
Labels
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
A-target-feature
Area: Enabling/disabling target features like AVX, Neon, etc.
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
While playing around with #102664 I noticed a different llvm error:
Code
compiled with
-C opt-level=3 -C target-feature=-sse2 -C lto=fat
will cause an llvm error:LLVM ERROR: Access past stack top!
Meta
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: