[PATCH] D99010: [X86][AMX] Hoist ldtilecfg

Pengfei Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 10 06:49:04 PDT 2021


pengfei updated this revision to Diff 336610.
pengfei added a comment.

Fix a silly bug that uses `!=` in case `==` and a bug when records shape for phi.

This is found by work with PostRA implementation. This should be found by case `amx-ldtilecfg-insert.ll:`, but happened to get expected output with these 2 bugs.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99010

Files:
  llvm/lib/Target/X86/X86PreTileConfig.cpp
  llvm/test/CodeGen/X86/AMX/amx-across-func.ll
  llvm/test/CodeGen/X86/AMX/amx-config.ll
  llvm/test/CodeGen/X86/AMX/amx-ldtilecfg-insert.ll
  llvm/test/CodeGen/X86/opt-pipeline.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99010.336610.patch
Type: text/x-patch
Size: 40396 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210410/7dd19b54/attachment.bin>


More information about the llvm-commits mailing list