Extend the verifier to check if the size of the matrix operands of
matrix.multiply match the sizes specified by the numeric arguments.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D147466
[Verifier] Verify sizes of matrix.multiply operands and specified shape. ClosedPublic Authored by fhahn on Apr 3 2023, 1:27 PM.
Details Summary Extend the verifier to check if the size of the matrix operands of
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 3 2023, 1:35 PM This revision was landed with ongoing or failed builds.Apr 4 2023, 12:52 PM Closed by commit rG1a7cf7a182d6: [Verifier] Verify sizes of matrix.multiply operands and specified shape. (authored by fhahn). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 510585 llvm/lib/IR/Verifier.cpp
llvm/test/Verifier/matrix-intrinsics.ll
|