[X86] Add some basic matrix multiplication test coverage
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 12 Feb 2023 18:13:52 +0000 (18:13 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 12 Feb 2023 18:26:27 +0000 (18:26 +0000)
commit6eb66890e473d17c73f5167ed1d182598ba501c9
treef1c1e3e39a573ed8dbf8fae53a8f6ebfeac433e4
parent10d8b3054a72bfdb699da05d8aa708b84546c57b
[X86] Add some basic matrix multiplication test coverage

Based off the IR generated from matrix_type / -fenable-matrix - including 2x2, 3x3, 4x4 and 8x8 matrices
llvm/test/CodeGen/X86/matrix-multiply.ll [new file with mode: 0644]