[Matrix] Split up dot product tests into integer and float variants.
authorFlorian Hahn <flo@fhahn.com>
Sat, 25 Mar 2023 21:23:00 +0000 (21:23 +0000)
committerFlorian Hahn <flo@fhahn.com>
Sat, 25 Mar 2023 21:23:01 +0000 (21:23 +0000)
commit18353d221d0cf4a6037c42625c4a3287c25c929a
tree4b737a136fc16a1a0d42548b23ec5fe452edb2f1
parentf90668c8ccc5cd3d8c6521cfc872f3c51f2a02db
[Matrix] Split up dot product tests into integer and float variants.

To avoid the individual files getting too big with further additions.
llvm/test/Transforms/LowerMatrixIntrinsics/dot-product-float.ll [moved from llvm/test/Transforms/LowerMatrixIntrinsics/dot-product.ll with 62% similarity]
llvm/test/Transforms/LowerMatrixIntrinsics/dot-product-int.ll [new file with mode: 0644]