-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Forbid creation of non-faulting null-check nodes. (#77078)
* Forbid creation of non-faulting null-check nodes. * Skip null check if op1 cannot be null. * x86 bug fix for Skip gtChangeOperToNullCheck if it cannot be null. * Fix Arm64 AVE: Do not lower indir when NOP. * formatting fix. * Arm64 regression bug fix that removes const bool for a variable. * Preserve const and shorten expression. * Fix format. * Addressed code review feedback * Forbid creation of non-faulting nullcheck node: Addressed feedback * Forbid creation of non-faulting null-check nodes: Remove duplicate codes that was supposed to be deleted.
- Loading branch information
1 parent
ce66d01
commit 08f13dd
Showing
4 changed files
with
46 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters