[all-commits] [llvm/llvm-project] 1a7cf7: [Verifier] Verify sizes of matrix.multiply operand...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Tue Apr 4 12:52:11 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1a7cf7a182d61ae81b00aaf5f30f3b471fae3668
https://github.com/llvm/llvm-project/commit/1a7cf7a182d61ae81b00aaf5f30f3b471fae3668
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-04-04 (Tue, 04 Apr 2023)
Changed paths:
M llvm/lib/IR/Verifier.cpp
M llvm/test/Verifier/matrix-intrinsics.ll
Log Message:
-----------
[Verifier] Verify sizes of matrix.multiply operands and specified shape.
Extend the verifier to check if the size of the matrix operands of
matrix.multiply match the sizes specified by the numeric arguments.
Reviewed By: thegameg
Differential Revision: https://reviews.llvm.org/D147466
More information about the All-commits
mailing list