[PATCH] D103145: [X86][AMX] Fix a bug on tile config.

LuoYuanke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 26 05:17:23 PDT 2021


LuoYuanke added inline comments.


================
Comment at: llvm/test/CodeGen/X86/AMX/amx-gemm.ll:1
+; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+amx-int8 -mattr=+avx512f -verify-machineinstrs | FileCheck %s
+
----------------
pengfei wrote:
> The changes look good, but I don't find the problem of the test with the trunk code.
> https://godbolt.org/z/63P3446nW
> https://godbolt.org/z/T48hefK1W
I get compiling failure with revision 7ee863b8ebfad92494.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103145



More information about the llvm-commits mailing list