[PATCH] D135930: [X86] Add AVX-NE-CONVERT instructions.

Freddy, Ye via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 28 00:15:13 PDT 2022


FreddyYe added inline comments.


================
Comment at: llvm/test/CodeGen/X86/avxneconvert-intrinsics.ll:4
+; RUN: llc < %s -O0 -verify-machineinstrs -mtriple=i686-unknown-unknown --show-mc-encoding -mattr=+avxneconvert | FileCheck %s --check-prefixes=X86
+
+define <4 x float> @test_int_x86_vbcstnebf162ps128(i8* %A) {
----------------
Need to add `+avx512bf16,+avx512vl` tests for shared builtin intrinsic. I just found it crashed for lacking new patterns for avx512bf16. I'll update ASAP.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135930



More information about the cfe-commits mailing list