This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from c891d268c44 tree-optimization/101505 - properly determine stmt precisio [...] new 32d307b851f aarch64: Turn sve_width tuning field into a bitmask new d0d9602e3cd aarch64: Add a simple fixed-point class for costing new 398305efe6a aarch64: Split out aarch64_adjust_body_cost_sve new b28c5f682bf aarch64: Add gather_load_xNN_cost tuning fields new 0c2e1ed84db aarch64: Tweak the cost of elementwise stores new 54c0d0dd9a8 aarch64: Tweak MLA vector costs new 65b5ab4744e aarch64: Restrict issue heuristics to inner vector loop new 484cc90311a aarch64: Add -mtune=neoverse-512tvb
The 8 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/config/aarch64/aarch64-cores.def | 1 + gcc/config/aarch64/aarch64-protos.h | 17 +- gcc/config/aarch64/aarch64-tune.md | 2 +- gcc/config/aarch64/aarch64.c | 634 +++++++++++++++++++++++++++-------- gcc/config/aarch64/fractional-cost.h | 236 +++++++++++++ gcc/doc/invoke.texi | 27 +- 6 files changed, 776 insertions(+), 141 deletions(-) create mode 100644 gcc/config/aarch64/fractional-cost.h