[all-commits] [llvm/llvm-project] 16a008: [Matrix] Update most dot tests using vXi64 to vXi32.
Florian Hahn via All-commits
all-commits at lists.llvm.org
Fri Mar 31 04:33:09 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 16a008bbde4f1002aee97950519b818be2e7f1e4
https://github.com/llvm/llvm-project/commit/16a008bbde4f1002aee97950519b818be2e7f1e4
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-03-31 (Fri, 31 Mar 2023)
Changed paths:
M llvm/test/Transforms/LowerMatrixIntrinsics/dot-product-int.ll
Log Message:
-----------
[Matrix] Update most dot tests using vXi64 to vXi32.
Update dot-product-int.ll tests to use mostly i32 instead of i64;
there's no mul.2d instruction, so vector versions of v2i64 cannot be
lowered efficiently.
More information about the All-commits
mailing list