Commit 7e1f0be
codgen: make the Memory GEP an inbounds GEP (#55107)
The Julia memory model is always inbounds for GEP.
This makes the code in #55090
look almost the same as it did before the change. Locally I wasn't able
to reproduce the regression, but given it's vectorized code I suspect it
is backend sensitive.
Fixes #55090
Co-authored-by: Zentrik <[email protected]>1 parent 32423a8 commit 7e1f0be
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4286 | 4286 | | |
4287 | 4287 | | |
4288 | 4288 | | |
4289 | | - | |
4290 | 4289 | | |
4291 | | - | |
| 4290 | + | |
4292 | 4291 | | |
4293 | 4292 | | |
4294 | 4293 | | |
| |||
0 commit comments