diff options
author | Richard Earnshaw <rearnsha@arm.com> | 2021-06-18 17:18:37 +0100 |
---|---|---|
committer | Richard Earnshaw <rearnsha@arm.com> | 2021-08-24 11:45:13 +0100 |
commit | 30461cf8dba3d3adb15a125e4da48800eb2b9b8f (patch) | |
tree | 7a06380277d84c1780f7f458664a2e67563c30bc /gcc/tree-vectorizer.c | |
parent | 574e7950bd6b34e9e2cacce18c802b45505d1d0a (diff) | |
download | gcc-30461cf8dba3d3adb15a125e4da48800eb2b9b8f.zip gcc-30461cf8dba3d3adb15a125e4da48800eb2b9b8f.tar.gz gcc-30461cf8dba3d3adb15a125e4da48800eb2b9b8f.tar.bz2 |
arm: fix vlldm erratum for Armv8.1-m [PR102035]
For Armv8.1-m we generate code that emits VLLDM directly and do not
rely on support code in the library, so emit the mitigation directly
as well, when required. In this case, we can use the compiler options
to determine when to apply the fix and when it is safe to omit it.
gcc:
PR target/102035
* config/arm/arm.md (attribute arch): Add fix_vlldm.
(arch_enabled): Use it.
* config/arm/vfp.md (lazy_store_multiple_insn): Add alternative to
use when erratum mitigation is needed.
Diffstat (limited to 'gcc/tree-vectorizer.c')
0 files changed, 0 insertions, 0 deletions