[clang] [llvm] [X86][AMX] Support AMX-FP8 (PR #113850)
Phoebe Wang via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 29 08:12:52 PDT 2024
================
@@ -37503,6 +37503,38 @@ X86TargetLowering::EmitInstrWithCustomInserter(MachineInstr &MI,
MI.eraseFromParent(); // The pseudo is gone now.
return BB;
}
+ case X86::PTDPBF8PS:
+ case X86::PTDPBHF8PS:
+ case X86::PTDPHBF8PS:
+ case X86::PTDPHF8PS: {
----------------
phoebewang wrote:
Combine with line 37413.
https://github.com/llvm/llvm-project/pull/113850
More information about the cfe-commits
mailing list