This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e5876ebb725 [RuntimeDyld] fix too-small-bitmask error new eb6a66261f3 [X86] Make the X86FoldTablesEmitter functional again. Fix t [...] new 71d1192fdab [X86] Add AVX512BF16 and AVX512VP2INTERSECT instructions to [...]
The 2 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: lib/Target/X86/X86InstrFoldTables.cpp | 39 ++- test/CodeGen/X86/stack-folding-avx512bf16.ll | 297 +++++++++++++++++++++ .../X86/stack-folding-avx512vp2intersect.ll | 88 ++++++ utils/TableGen/X86FoldTablesEmitter.cpp | 61 +++-- 4 files changed, 457 insertions(+), 28 deletions(-) create mode 100644 test/CodeGen/X86/stack-folding-avx512bf16.ll create mode 100644 test/CodeGen/X86/stack-folding-avx512vp2intersect.ll