[llvm] [X86][BF16] Do not lower to VCVTNEPS2BF16 without AVX512VL (PR #86395)

Phoebe Wang via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 24 04:01:15 PDT 2024


================
@@ -0,0 +1,74 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 4
+; RUN: llc < %s -mtriple=x86_64-linux-gnu -mattr=avx512bf16 | FileCheck %s
----------------
phoebewang wrote:

The tests were copied from bfloat.ll, so they have already tested.

https://github.com/llvm/llvm-project/pull/86395


More information about the llvm-commits mailing list