[PATCH] D128424: [X86][AMX] Update tests to use opaque pointers

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 23 03:41:26 PDT 2022


nikic created this revision.
nikic added a reviewer: LuoYuanke.
Herald added subscribers: jsji, pengfei.
Herald added a project: All.
nikic requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Updating AMX to use opaque pointers, there are some codegen differences, so I want to double check with maintainers that these are fine. I believe these are side-effects of bitcasts not being present (especially at `-O0`).


https://reviews.llvm.org/D128424

Files:
  llvm/test/CodeGen/X86/AMX/amx-across-func.ll
  llvm/test/CodeGen/X86/AMX/amx-configO0toO0.ll
  llvm/test/CodeGen/X86/AMX/amx-configO2toO0.ll
  llvm/test/CodeGen/X86/AMX/amx-zero-config.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128424.439320.patch
Type: text/x-patch
Size: 63806 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220623/cac7ae6b/attachment-0001.bin>


More information about the llvm-commits mailing list