[PATCH] D94772: [X86] Fix tile spill merge issue.

LuoYuanke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 18 00:40:33 PST 2021


LuoYuanke added inline comments.


================
Comment at: llvm/test/CodeGen/X86/AMX/amx-spill-merge.ll:141-145
+; CHECK-NEXT:    .cfi_def_cfa_offset 3072
+; CHECK-NEXT:    .cfi_offset %rbx, -40
+; CHECK-NEXT:    .cfi_offset %r14, -32
+; CHECK-NEXT:    .cfi_offset %r15, -24
+; CHECK-NEXT:    .cfi_offset %rbp, -16
----------------
pengfei wrote:
> You can use `nounwind` to ignore these directives.
Sounds good. Thank you! I'll submit another patch to fix all other test cases. 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94772



More information about the llvm-commits mailing list