[all-commits] [llvm/llvm-project] 979d87: [X86][AMX] enable amx cast intrinsics in FE.

Luo, Yuanke via All-commits all-commits at lists.llvm.org
Fri Apr 1 23:04:22 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 979d876bb4e93db1be50360a4941b83319d4e114
      https://github.com/llvm/llvm-project/commit/979d876bb4e93db1be50360a4941b83319d4e114
  Author: Luo, Yuanke <yuanke.luo at intel.com>
  Date:   2022-04-02 (Sat, 02 Apr 2022)

  Changed paths:
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/test/CodeGen/X86/amx_api.c

  Log Message:
  -----------
  [X86][AMX] enable amx cast intrinsics in FE.

We have some discission in D99152 and llvm-dev and finially come up with
a solution to add amx specific cast intrinsics. We've support the
intrinsics in llvm IR. This patch is to replace bitcast with amx cast
intrinsics in code emitting in FE.

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




More information about the All-commits mailing list