[PATCH] D128424: [X86][AMX] Update tests to use opaque pointers

LuoYuanke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 23 04:22:53 PDT 2022


LuoYuanke accepted this revision.
LuoYuanke added a comment.
This revision is now accepted and ready to land.

LGTM, except minor format issue. Thanks, @nikic



================
Comment at: llvm/test/CodeGen/X86/AMX/amx-zero-config.ll:9
 
-define void @foo(i8 *%buf) nounwind {
+define void @foo(ptr%buf) nounwind {
 ; AVX512-LABEL: foo:
----------------
Need blank character between type and variable name (`ptr %buf`)?


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

https://reviews.llvm.org/D128424



More information about the llvm-commits mailing list