Skip to content

JIT: formatting fixes in rangecheck.h#131104

Merged
AaronRobinsonMSFT merged 1 commit into
dotnet:mainfrom
AaronRobinsonMSFT:jit-rangecheck-formatting
Jul 21, 2026
Merged

JIT: formatting fixes in rangecheck.h#131104
AaronRobinsonMSFT merged 1 commit into
dotnet:mainfrom
AaronRobinsonMSFT:jit-rangecheck-formatting

Conversation

@AaronRobinsonMSFT

Copy link
Copy Markdown
Member

Minor formatting-only changes in src/coreclr/jit/rangecheck.h to wrap long lines. No behavioral changes.

Note

This PR description was generated with the assistance of GitHub Copilot.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 60b9ea03-ba01-436d-a52a-06abec2fad32
Copilot AI review requested due to automatic review settings July 20, 2026 20:45
@github-actions github-actions Bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Jul 20, 2026
@AaronRobinsonMSFT

Copy link
Copy Markdown
Member Author

/cc @dotnet/jit-contrib

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 5 pipeline(s).
11 pipeline(s) were filtered out due to trigger conditions.
There may be pipelines that require an authorized user to comment /azp run to run.

@dotnet-policy-service

Copy link
Copy Markdown
Contributor

Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch
See info in area-owners.md if you want to be subscribed.

Comment thread src/coreclr/jit/rangecheck.h

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR makes small formatting adjustments in src/coreclr/jit/rangecheck.h to improve readability by wrapping/realigning a couple of long boolean expressions in RangeOps::Add, without changing logic.

Changes:

  • Reflows the r1StraddlesZero / r2StraddlesZero computations for readability.
  • Wraps the signedEndpointOverflows assignment to avoid an overly long line.
Show a summary per file
File Description
src/coreclr/jit/rangecheck.h Formatting-only line wrapping in RangeOps::Add (no behavioral changes).

Copilot's findings

  • Files reviewed: 1/1 changed files
  • Comments generated: 0

@AaronRobinsonMSFT
AaronRobinsonMSFT enabled auto-merge (squash) July 20, 2026 21:20
@AaronRobinsonMSFT
AaronRobinsonMSFT merged commit fb10976 into dotnet:main Jul 21, 2026
137 checks passed
@github-project-automation github-project-automation Bot moved this to Done in AppModel Jul 21, 2026
@AaronRobinsonMSFT
AaronRobinsonMSFT deleted the jit-rangecheck-formatting branch July 21, 2026 01:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants