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 41af48a1750 rs6000: Don't allow AltiVec address in movoo & movxo patter [...] new 26b1012c26c x86: Properly implement AMX-TILE load/store intrinsics
The 1 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/i386/amxtileintrin.h | 4 +-- gcc/config/i386/i386-builtin.def | 4 +++ gcc/config/i386/i386-expand.c | 19 +++++++++++ gcc/config/i386/i386.md | 24 ++++++++++++++ gcc/testsuite/gcc.target/i386/amxtile-4.c | 52 +++++++++++++++++++++++++++++++ 5 files changed, 101 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/amxtile-4.c