LLVM ERROR: Do not know how to split this operator's operand! with -Zmir-opt-level=2 #76259
Labels
A-codegen
Area: Code generation
A-mir-opt
Area: MIR optimizations
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
requires-nightly
This issue requires a nightly compiler in some way.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
This looks like an interaction between MIR inliner and
#[target_feature(...)]
.Most likely inlining shouldn't take place in-between functions with incompatible target features.
The text was updated successfully, but these errors were encountered: