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 (#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]>
- Loading branch information