[PATCH] D94910: [X86][AMX] Clear AMX lit test case.

Pengfei Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 18 06:01:01 PST 2021


pengfei added inline comments.


================
Comment at: llvm/test/CodeGen/X86/AMX/amx-across-func.ll:6
 
 @buf = dso_local global [3072 x i8] zeroinitializer, align 16
 
----------------
Seems all alignment should be 64?


================
Comment at: llvm/test/CodeGen/X86/AMX/amx-spill.ll:66
 ; CHECK-NEXT:    addq $2936, %rsp # imm = 0xB78
-; CHECK-NEXT:    .cfi_def_cfa_offset 8
 ; CHECK-NEXT:    tilerelease
----------------
Happen to find the directive information was wrong. We may need to keep it to fix the bug.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94910



More information about the llvm-commits mailing list