Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
codgen: make the Memory GEP an inbounds GEP (JuliaLang#55107)
The Julia memory model is always inbounds for GEP. This makes the code in JuliaLang#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 JuliaLang#55090 Co-authored-by: Zentrik <[email protected]>
- Loading branch information