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

Tianle Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 22 18:54:56 PDT 2019


liutianle marked an inline comment as done.
liutianle added inline comments.


================
Comment at: lib/Target/X86/X86ISelLowering.h:513
+      // Vector float to bfloat16
+      CVTNE2PS2BF16, CVTNEPS2BF16, DPBF16PS,
+
----------------
RKSimon wrote:
> Bit more description would be good if possible - those enums look very similar at first glance!
@RKSimon , I update it. Please review again.


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

https://reviews.llvm.org/D60550





More information about the llvm-commits mailing list