Matching on ASCII digits no longer optimized #123305
Labels
A-codegen
Area: Code generation
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
C-optimization
Category: An issue highlighting optimization opportunities or PRs implementing such
I-slow
Issue: Problems and improvements with respect to performance of generated code.
P-medium
Medium priority
regression-from-stable-to-stable
Performance or correctness regression from one stable version to another.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Code
This
used in 1.76.0 to be optimized to
but in 1.77 and nightly, this remains
Interestingly,
and
Get well optimized.
Bisected to #118991
@rustbot modify labels: +regression-from-stable-to-stable
I'd like to have a go at this so @rustbot claim
The text was updated successfully, but these errors were encountered: