[PATCH] D140531: [X86] Add reduce_*_ep[i|u]8/16 series intrinsics.
Freddy, Ye via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 22 01:48:12 PST 2022
FreddyYe added inline comments.
================
Comment at: clang/test/CodeGen/X86/avx512vlbw-reduceMinMaxIntrin.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:
> Maybe not worth a new file?
Agree
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