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

Pengfei Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 26 04:45:11 PDT 2021


pengfei 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
+
----------------
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


================
Comment at: llvm/test/CodeGen/X86/AMX/amx-gemm.ll:212-220
+!0 = !{i32 1, !"wchar_size", i32 4}
+!1 = !{i32 7, !"uwtable", i32 1}
+!2 = !{!"clang version 13.0.0 (https://github.com/llvm/llvm-project.git 4bc14be259672257d5c05c58a0ba604002698e93)"}
+!3 = distinct !{!3, !4}
+!4 = !{!"llvm.loop.mustprogress"}
+!5 = distinct !{!5, !6}
+!6 = !{!"llvm.loop.unroll.disable"}
----------------
These can be removed.


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