[PATCH] D140531: [X86] Add reduce_*_ep[i|u]8/16 series intrinsics.

Phoebe Wang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 22 01:38:01 PST 2022


pengfei added inline comments.


================
Comment at: clang/test/CodeGen/X86/avx512vlbw-reduceIntrin.c:1
+// RUN: %clang_cc1 -ffreestanding %s -O0 -triple=x86_64-apple-darwin -target-feature +avx512bw -target-feature +avx512vl -emit-llvm -o - -Wall -Werror | FileCheck %s
+
----------------
pengfei wrote:
> Should the name starts with `avx512bwvl`?
> Or put them into `avx512bwvl-intrinsics.ll`?
Sorry, I referred to the backend file. Please ignore.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140531



More information about the cfe-commits mailing list