-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure that
TryGetContainableHWIntrinsicOp
is non-mutating (#79363)
* Ensure that `TryGetContainableHWIntrinsicOp` is non-mutating * Applying formatting patch * Ensure BuildOperandUses handles CreateScalarUnsafe being contained * Ensure CreateScalarUnsafe is only contained for regOptional when the op1 type is a floating-point * Directly check that op1 is contained/regOptional * Ensure FusedMultiplyAdd rechecks CreateScalarUnsafe containment after removing NEG nodes * Ensure BroadcastScalarToVector doesn't regress containable scenarios * Applying formatting patch
- Loading branch information
1 parent
a72bdd0
commit c6045ad
Showing
6 changed files
with
228 additions
and
162 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
Oops, something went wrong.