]> gcc.gnu.org Git - gcc.git/commit
rs6000: Correct Power8 cost of l2 cache size [PR97329]
authorXionghu Luo <luoxhu@linux.ibm.com>
Thu, 25 Mar 2021 04:45:58 +0000 (23:45 -0500)
committerXionghu Luo <luoxhu@linux.ibm.com>
Thu, 25 Mar 2021 04:53:34 +0000 (23:53 -0500)
commit52eacca2455f7468d7ddb990259e8583028c5185
tree22865eeecc8399fe916d994b204b7d550e39daec
parent079f2a1a62cc67d36f6321dcdb98dae693f88e5c
rs6000: Correct Power8 cost of l2 cache size [PR97329]

This patch is a backport to gcc 10 from master.
L2 cache size for Power8 is 512kB, it was copied from Power7 before
public.  Tested no performance change for SPEC2017.

gcc/
2021-03-25  Xionghu Luo  <luoxhu@linux.ibm.com>

PR target/97329
* config/rs6000/rs6000.c (power8_costs): Change l2 cache
from 256 to 512.

(cherry picked from commit 08103e4d6ada9b57366f2df2a2b745babfab914c)
gcc/config/rs6000/rs6000.c
This page took 0.077997 seconds and 6 git commands to generate.