forked from llvm/llvm-project
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AArch64] Switch magic numbers to library functions in fixup
Using masks and bounds that are magic numbers means that defects in bounds checking and offset masking are subtle and hard to detect. https://reviews.llvm.org/D152841 is an example of this type of defect. Switching to clearly readable library functions makes defects less obfuscated. Differential Revision: https://reviews.llvm.org/D152843
- Loading branch information
1 parent
723e424
commit f1c21fa
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters