[PATCH] D81166: [Matrix] Use nuw/nsw operand bundles for matrix.multiply.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 20 21:16:32 PDT 2020
fhahn marked an inline comment as done.
fhahn added inline comments.
================
Comment at: llvm/docs/LangRef.rst:2268
+``@llvm.matrix.multiply.*`` intrinsic and at most one of each matrix operand
+bundle can be attached to a call.
+
----------------
reames wrote:
> The LangRef text is not sufficient to describe the syntax. I know this only because I went and read your verifier changes. Please clarify, ideally with an example.
In the updated, generalized version I provided a more detailed specification and an example (D84201). I hope this makes things clearer.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81166/new/
https://reviews.llvm.org/D81166
More information about the llvm-commits
mailing list