This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0d9a164240e DWARF v5: fix directory index in the line table new 0e258a059f0 Enable AVX512_BF16 instructions, which are supported for BF [...]
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: include/llvm/IR/IntrinsicsX86.td | 38 +++++++++ lib/Support/Host.cpp | 3 + lib/Target/X86/X86.td | 3 + lib/Target/X86/X86ISelLowering.cpp | 19 +++++ lib/Target/X86/X86ISelLowering.h | 13 +++ lib/Target/X86/X86InstrAVX512.td | 140 ++++++++++++++++++++++++++++++++ lib/Target/X86/X86InstrFragmentsSIMD.td | 19 +++++ lib/Target/X86/X86InstrInfo.td | 1 + lib/Target/X86/X86IntrinsicsInfo.h | 11 +++ lib/Target/X86/X86Subtarget.h | 4 + 10 files changed, 251 insertions(+)