[all-commits] [llvm/llvm-project] 113f07: [X86] Pass to transform tdpbf16ps intrinsics to sc...
yubingex007-a11y via All-commits
all-commits at lists.llvm.org
Sun Mar 21 22:01:12 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 113f077f808feb00c109dc99dcedcf067c01bcef
https://github.com/llvm/llvm-project/commit/113f077f808feb00c109dc99dcedcf067c01bcef
Author: Bing1 Yu <bing1.yu at intel.com>
Date: 2021-03-22 (Mon, 22 Mar 2021)
Changed paths:
M llvm/lib/Target/X86/X86LowerAMXIntrinsics.cpp
M llvm/test/CodeGen/X86/AMX/amx-low-intrinsics.ll
Log Message:
-----------
[X86] Pass to transform tdpbf16ps intrinsics to scalar operation.
In previous patch https://reviews.llvm.org/D93594, we only scalarize tilezero, tileload, tilestore and tiledpbssd. In this patch we scalarize tdpbf16ps intrinsic.
Reviewed By: pengfei
Differential Revision: https://reviews.llvm.org/D96110
More information about the All-commits
mailing list