Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
971: When accessing memory, use byte aligned accesses. r=nlewycky a=nlewycky # Description When accessing memory, use byte aligned accesses. LLVM's instcombine will attempt to bump the alignment when it can prove that it's safe to do so. Fixes #969. # Review - [ ] Add a short description of the the change to the CHANGELOG.md file Co-authored-by: Nick Lewycky <[email protected]>
- Loading branch information