[PATCH] D133300: [InstCombine] Matrix multiplication negation optimisation

Zain Jaffal via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 12 07:01:10 PDT 2022


zjaffal updated this revision to Diff 459448.
zjaffal marked 11 inline comments as done.
zjaffal added a comment.

1. Add the optimization for two negations into a separate patch
2. Remove the check for single use for negation operation
3. Address style comments and spelling mistakes


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D133300/new/

https://reviews.llvm.org/D133300

Files:
  llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
  llvm/test/Transforms/InstCombine/matrix-multiplication-negation.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133300.459448.patch
Type: text/x-patch
Size: 15466 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220912/50c74a45/attachment.bin>


More information about the llvm-commits mailing list