[clang] [llvm] [X86] Remove AMX-TRANSPOSE (PR #165556)

Phoebe Wang via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 29 20:55:58 PDT 2025


================
@@ -823,28 +674,12 @@ bool X86ExpandPseudo::expandMI(MachineBasicBlock &MBB,
     case X86::PTDPBUSDV:   Opc = X86::TDPBUSD; break;
     case X86::PTDPBUUDV:   Opc = X86::TDPBUUD; break;
     case X86::PTDPBF16PSV: Opc = X86::TDPBF16PS; break;
-    case X86::PTDPFP16PSV: Opc = X86::TDPFP16PS; break;
-    case X86::PTTDPBF16PSV:
-      Opc = X86::TTDPBF16PS;
-      break;
-    case X86::PTTDPFP16PSV:
-      Opc = X86::TTDPFP16PS;
-      break;
-    case X86::PTTCMMIMFP16PSV:
-      Opc = X86::TTCMMIMFP16PS;
-      break;
-    case X86::PTTCMMRLFP16PSV:
-      Opc = X86::TTCMMRLFP16PS;
-      break;
-    case X86::PTCONJTCMMIMFP16PSV:
-      Opc = X86::TCONJTCMMIMFP16PS;
+    case X86::PTDPFP16PSV:
----------------
phoebewang wrote:

Move it the same line to keep it as is. We may unify below code to the same format too.

https://github.com/llvm/llvm-project/pull/165556


More information about the cfe-commits mailing list