Commit d950070
Fix IsKnownNonNull assert for SIMD base addresses (#129788)
Fixes #129738.
I added this assert in #129447,
but it turns out we can visit that functions for SIMD values as
addresses (e.g. via `fgValueNumberIndirNullCheckExceptions` calls it
with a SIMD base address (SVE gather/scatter).
---------
Co-authored-by: EgorBo <egorbo@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent bb4ec1f commit d950070
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1619 | 1619 | | |
1620 | 1620 | | |
1621 | 1621 | | |
1622 | | - | |
| 1622 | + | |
| 1623 | + | |
| 1624 | + | |
| 1625 | + | |
| 1626 | + | |
| 1627 | + | |
| 1628 | + | |
1623 | 1629 | | |
1624 | 1630 | | |
1625 | 1631 | | |
| |||
0 commit comments