[PATCH] D124342: [X86][AMX] Report error when shapes are not pre-defined.

LuoYuanke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 24 02:47:26 PDT 2022


LuoYuanke added inline comments.


================
Comment at: llvm/test/CodeGen/X86/AMX/amx-error.ll:8
+entry:
+  ; CHECK: Failed to config tile register
+  %t0 = load i16, ptr @row, align 2
----------------
pengfei wrote:
> Doesn't it success without this patch? https://godbolt.org/z/qvKcE3bzK
Previously it would crash and remind user to submit a bug report. It is not good experience for user.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124342



More information about the llvm-commits mailing list