diff options
author | John David Anglin <danglin@gcc.gnu.org> | 2024-11-08 16:54:48 -0500 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2024-11-08 16:57:28 -0500 |
commit | 3bc7af0e2b06131465b8de560692c7011b45cf22 (patch) | |
tree | 012534418621d89d4f03fe763afdc538be44df40 /boehm-gc/README.debugging | |
parent | 4b30972e5171093c472ef344297994dd00bf5e97 (diff) | |
download | gcc-releases/gcc-14.zip gcc-releases/gcc-14.tar.gz gcc-releases/gcc-14.tar.bz2 |
hppa: Don't use '%' operator in base14_operandreleases/gcc-14
Division is slow on hppa and mode sizes are powers of 2. So, we
can use '&' operator to check displacement alignment.
2024-11-08 John David Anglin <danglin@gcc.gnu.org>
gcc/ChangeLog:
* config/pa/predicates.md (base14_operand): Use '&' operator
instead of '%' to check displacement alignment.
Diffstat (limited to 'boehm-gc/README.debugging')
0 files changed, 0 insertions, 0 deletions