[PATCH] D91271: [AArch64] Attempt to sink mul operands
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 7 03:06:26 PST 2021
dmgreen added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/aarch64-matrix-umull.ll:4
+
+define void @matrix_mul_unsigned(i32 %N, i32* nocapture %C, i16* nocapture readonly %A, i16 %val) {
+; CHECK-LABEL: matrix_mul_unsigned:
----------------
These two tests could probably live in the same file.
Also it would be good to have a test that has a mul with both operands being sinkable shuffles.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91271/new/
https://reviews.llvm.org/D91271
More information about the llvm-commits
mailing list