[all-commits] [llvm/llvm-project] 0eb17a: [X86][AMX] Update tests to use opaque pointers (NFC)

Nikita Popov via All-commits all-commits at lists.llvm.org
Thu Jun 23 05:38:02 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0eb17a9d8672c3503c76a808b0773235b042f5a9
      https://github.com/llvm/llvm-project/commit/0eb17a9d8672c3503c76a808b0773235b042f5a9
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2022-06-23 (Thu, 23 Jun 2022)

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

  Log Message:
  -----------
  [X86][AMX] Update tests to use opaque pointers (NFC)

There are some codegen differences here, because presence of
bitcasts affects AMX codegen in minor ways (the bitcasts are not
always in the input IR, but may be added by X86PreAMXConfig
for example).

Differential Revision: https://reviews.llvm.org/D128424




More information about the All-commits mailing list