[all-commits] [llvm/llvm-project] dd6fec: [X86][APX]Support lowering for APX promoted AMX-TI...
XinWang10 via All-commits
all-commits at lists.llvm.org
Sun Jan 21 19:33:35 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dd6fec5d4fde803f8aad909be4f43ac9e4fed816
https://github.com/llvm/llvm-project/commit/dd6fec5d4fde803f8aad909be4f43ac9e4fed816
Author: XinWang10 <108658776+XinWang10 at users.noreply.github.com>
Date: 2024-01-22 (Mon, 22 Jan 2024)
Changed paths:
M llvm/lib/Target/X86/X86ExpandPseudo.cpp
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/lib/Target/X86/X86InstrInfo.cpp
M llvm/lib/Target/X86/X86LowerTileCopy.cpp
M llvm/test/CodeGen/X86/AMX/amx-lower-tile-copy.ll
M llvm/test/CodeGen/X86/AMX/amx-spill-merge.ll
M llvm/test/CodeGen/X86/AMX/amx-tile-intrinsics.ll
Log Message:
-----------
[X86][APX]Support lowering for APX promoted AMX-TILE instructions (#78689)
The enc/dec of promoted AMX-TILE instructions have been supported in
https://github.com/llvm/llvm-project/pull/76210.
This patch support lowering for promoted AMX-TILE instructions and
integrate test to existing tests.
More information about the All-commits
mailing list