Optimization regression: array argument somehow produces null check? #139415
Labels
A-ABI
Area: Concerning the application binary interface (ABI)
A-codegen
Area: Code generation
I-slow
Issue: Problems and improvements with respect to performance of generated code.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Minimal reproducer:
Results in:
Rust's semantics don't allow
v
to ever beNULL
! I don't know where thetest rdi, rdi
is coming from!This regressed between 1.78 and 1.79.
The text was updated successfully, but these errors were encountered: