[PATCH] D80124: [Matrix] Make matrix.multiply variadic, accept optional NUW/NSW flags.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 4 08:12:12 PDT 2020
fhahn added a comment.
I've put up an alternative approach, which uses operand bundles instead of variadic arguments: D81166 <https://reviews.llvm.org/D81166> The approach in the new patch seems more lightweight, explicit and flexible.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80124/new/
https://reviews.llvm.org/D80124
More information about the llvm-commits
mailing list