[PATCH] D104127: [Matrix] In transpose opts, handle a^t * a^t
Adam Nemet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 11 09:08:02 PDT 2021
anemet added inline comments.
================
Comment at: llvm/test/Transforms/LowerMatrixIntrinsics/transpose-opts.ll:1094
declare <8 x double> @llvm.matrix.multiply.v8f64.v6f64.v12f64(<6 x double> %a, <12 x double>, i32, i32, i32)
+declare <9 x float> @llvm.matrix.multiply.v9f32.v9f32.v9f32(<9 x float>, <9 x float>, i32 immarg, i32 immarg, i32 immarg) #1
declare <9 x double> @llvm.matrix.transpose.v9f64.v9f64(<9 x double>, i32, i32)
----------------
removed the #1 locally
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104127/new/
https://reviews.llvm.org/D104127
More information about the llvm-commits
mailing list