This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12 in repository gcc.
from b008e69a478 Daily bump. new 23f4aa6c68e 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.cc | 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