[PATCH] D60550: [X86] Enable AVX512_BF16 instructions, which are supported for BFLOAT16 in Cooper Lake

LuoYuanke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 6 01:21:27 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL360017: Enable AVX512_BF16 instructions, which are supported for BFLOAT16 in Cooper Lake (authored by LuoYuanke, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D60550?vs=198165&id=198232#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60550/new/

https://reviews.llvm.org/D60550

Files:
  llvm/trunk/include/llvm/IR/IntrinsicsX86.td
  llvm/trunk/lib/Support/Host.cpp
  llvm/trunk/lib/Target/X86/X86.td
  llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
  llvm/trunk/lib/Target/X86/X86ISelLowering.h
  llvm/trunk/lib/Target/X86/X86InstrAVX512.td
  llvm/trunk/lib/Target/X86/X86InstrFragmentsSIMD.td
  llvm/trunk/lib/Target/X86/X86InstrInfo.td
  llvm/trunk/lib/Target/X86/X86IntrinsicsInfo.h
  llvm/trunk/lib/Target/X86/X86Subtarget.h
  monorepo-root/trunk/test/CodeGen/X86/avx512bf16-intrinsics.ll
  monorepo-root/trunk/test/CodeGen/X86/avx512bf16-vl-intrinsics.ll
  monorepo-root/trunk/test/MC/Disassembler/X86/avx512bf16-att.txt
  monorepo-root/trunk/test/MC/Disassembler/X86/avx512bf16-intel.txt
  monorepo-root/trunk/test/MC/Disassembler/X86/avx512bf16vl-att.txt
  monorepo-root/trunk/test/MC/Disassembler/X86/avx512bf16vl-intel.txt
  monorepo-root/trunk/test/MC/Disassembler/X86/x86-64-avx512bf16-att.txt
  monorepo-root/trunk/test/MC/Disassembler/X86/x86-64-avx512bf16-intel.txt
  monorepo-root/trunk/test/MC/Disassembler/X86/x86-64-avx512bf16vl-att.txt
  monorepo-root/trunk/test/MC/Disassembler/X86/x86-64-avx512bf16vl-intel.txt
  monorepo-root/trunk/test/MC/X86/avx512_bf16-encoding.s
  monorepo-root/trunk/test/MC/X86/avx512_bf16_vl-encoding.s
  monorepo-root/trunk/test/MC/X86/intel-syntax-avx512_bf16.s
  monorepo-root/trunk/test/MC/X86/intel-syntax-avx512_bf16_vl.s
  monorepo-root/trunk/test/MC/X86/intel-syntax-x86-64-avx512_bf16.s
  monorepo-root/trunk/test/MC/X86/intel-syntax-x86-64-avx512_bf16_vl.s
  monorepo-root/trunk/test/MC/X86/x86-64-avx512_bf16-encoding.s
  monorepo-root/trunk/test/MC/X86/x86-64-avx512_bf16_vl-encoding.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60550.198232.patch
Type: text/x-patch
Size: 130241 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190506/8c04df95/attachment.bin>


More information about the llvm-commits mailing list