[clang] [llvm] [X86][AMX] Support AMX-TRANSPOSE (PR #113532)

Feng Zou via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 31 08:35:31 PDT 2024


================
@@ -34,9 +34,31 @@ class ShapeT {
     if (MRI)
       deduceImm(MRI);
   }
+  // When ShapeT has mult shapes, we only use Shapes (never use Row and Col)
----------------
fzou1 wrote:

mult -> multiple

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


More information about the cfe-commits mailing list