r263538 - in /branches/gcc-8-branch/gcc: Change...
siddhesh@gcc.gnu.org
siddhesh@gcc.gnu.org
Tue Aug 14 14:33:00 GMT 2018
Author: siddhesh
Date: Tue Aug 14 14:33:20 2018
New Revision: 263538
URL: https://gcc.gnu.org/viewcvs?rev=263538&root=gcc&view=rev
Log:
[aarch64] Fix falkor pipeline description for dup<q>
There was a typo in the pipeline description where DUP was assigned to
the vector pipes for quad mode ops when it really only uses the VTOG
pipes. Fixing this does not show any noticeable difference in
performance (there's a very small bump of 1.7% in x264 but that's
about it) in my tests but is the more precise description of operations
for falkor.
* config/aarch64/falkor.md (falkor_am_1_vxvy_vxvy): Move
neon_dup_q to...
(falkor_am_1_gtov_gtov): ... a new insn reservation.
Modified:
branches/gcc-8-branch/gcc/ChangeLog
branches/gcc-8-branch/gcc/config/aarch64/falkor.md
More information about the Gcc-cvs
mailing list