[PATCH] D135941: [X86] Support AMX-FP16

Xiang Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 17 00:16:39 PDT 2022


xiangzhangllvm marked 3 inline comments as done.
xiangzhangllvm added inline comments.


================
Comment at: clang/test/Driver/x86-target-features.c:288
 
+// RUN: %clang -target i386-unknown-linux-gnu -march=i386 -mamx-fp16 %s \
+// RUN: -### -o %t.o 2>&1 | FileCheck -check-prefix=AMX-FP16 %s
----------------
pengfei wrote:
> Change to `--target=i386`
It is not good for amx use i386 testing. We need to update the other amx too.


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

https://reviews.llvm.org/D135941



More information about the llvm-commits mailing list